From 772a2242ad783fa9c17543d2903a086d3b148c83 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Thu, 21 Jun 2007 19:06:38 +0000 Subject: [PATCH] Add Back to Index button - Legacy-Id: 595 --- ietf/templates/iesg/ballotinfo_detail.html | 3 +++ ietf/templates/iesg/telechatminutes_detail.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ietf/templates/iesg/ballotinfo_detail.html b/ietf/templates/iesg/ballotinfo_detail.html index 588dcb8ea..c91ff2845 100644 --- a/ietf/templates/iesg/ballotinfo_detail.html +++ b/ietf/templates/iesg/ballotinfo_detail.html @@ -25,5 +25,8 @@ {{ object.ballot_writeup|escape|urlize }} +
+ +
{% endblock %} diff --git a/ietf/templates/iesg/telechatminutes_detail.html b/ietf/templates/iesg/telechatminutes_detail.html index 77d47647f..af5bee643 100644 --- a/ietf/templates/iesg/telechatminutes_detail.html +++ b/ietf/templates/iesg/telechatminutes_detail.html @@ -11,5 +11,8 @@
{{ object.telechat_minute|escape|linebreaks|urlize }} +
+ +
{% endblock %}