From 8cff77e94715299722df640e6eb652c7e01bf58e Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Wed, 1 Feb 2012 17:05:15 +0000 Subject: [PATCH] Fix backwards-incompatible problem with cycle in Django 1.2 - Legacy-Id: 3888 --- ietf/templates/idrfc/search_result_row.html | 2 +- ietf/templates/ipr/list_item.html | 2 +- ietf/templates/wgchairs/shepherd_document_row.html | 2 +- ietf/templates/wgcharter/search_result_row.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ietf/templates/idrfc/search_result_row.html b/ietf/templates/idrfc/search_result_row.html index 17e4eea45..0181738bf 100644 --- a/ietf/templates/idrfc/search_result_row.html +++ b/ietf/templates/idrfc/search_result_row.html @@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% load ietf_filters %} {% load ballot_icon %} - + {% if doc.rfc %}{{ doc.rfc.displayname_with_link|safe }} {% if doc.id %}
({{doc.id.draft_name}}){%endif%} diff --git a/ietf/templates/ipr/list_item.html b/ietf/templates/ipr/list_item.html index 472b1d536..88c29fafd 100644 --- a/ietf/templates/ipr/list_item.html +++ b/ietf/templates/ipr/list_item.html @@ -1,5 +1,5 @@ {# Copyright The IETF Trust 2007, All Rights Reserved #} - + {{ ipr.submitted_date }} {{ ipr.ipr_id }} diff --git a/ietf/templates/wgchairs/shepherd_document_row.html b/ietf/templates/wgchairs/shepherd_document_row.html index 0a7e03ad3..c5326d082 100644 --- a/ietf/templates/wgchairs/shepherd_document_row.html +++ b/ietf/templates/wgchairs/shepherd_document_row.html @@ -1,6 +1,6 @@ {% load wgchairs_tags %} - + {{ doc.title }} diff --git a/ietf/templates/wgcharter/search_result_row.html b/ietf/templates/wgcharter/search_result_row.html index 96d2e2528..babfb2343 100644 --- a/ietf/templates/wgcharter/search_result_row.html +++ b/ietf/templates/wgcharter/search_result_row.html @@ -3,7 +3,7 @@ Copyright The IETF Trust 2011, All Rights Reserved {% endcomment %} {% load ietf_filters %} - + {{ wg.acronym|safe }}