Add Back to Index button
- Legacy-Id: 595
This commit is contained in:
parent
8749188880
commit
772a2242ad
ietf/templates/iesg
|
@ -25,5 +25,8 @@
|
|||
|
||||
{{ object.ballot_writeup|escape|urlize }}
|
||||
</pre>
|
||||
<form>
|
||||
<input type="button" onClick="history.go(-1);return true;" value="Back to List">
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
@ -11,5 +11,8 @@
|
|||
|
||||
<blockquote>
|
||||
{{ object.telechat_minute|escape|linebreaks|urlize }}
|
||||
<form action="/iesg/telechat/">
|
||||
<input type="submit" value="Back to Index Page">
|
||||
</form>
|
||||
</blockquote>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue