Add Back to Index button

- Legacy-Id: 595
This commit is contained in:
Michael Lee 2007-06-21 19:06:38 +00:00
parent 8749188880
commit 772a2242ad
2 changed files with 6 additions and 0 deletions

View file

@ -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 %}

View file

@ -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 %}