Skip to content

Commit 772a224

Browse files
author
Michael Lee
committed
Add Back to Index button
- Legacy-Id: 595
1 parent 8749188 commit 772a224

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/templates/iesg/ballotinfo_detail.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525

2626
{{ object.ballot_writeup|escape|urlize }}
2727
</pre>
28+
<form>
29+
<input type="button" onClick="history.go(-1);return true;" value="Back to List">
30+
</form>
2831
{% endblock %}
2932

ietf/templates/iesg/telechatminutes_detail.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111

1212
<blockquote>
1313
{{ object.telechat_minute|escape|linebreaks|urlize }}
14+
<form action="/iesg/telechat/">
15+
<input type="submit" value="Back to Index Page">
16+
</form>
1417
</blockquote>
1518
{% endblock %}

0 commit comments

Comments
 (0)