From 1d92f940ce8c8aafdd1fed40e425ec125d814755 Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Tue, 6 Jan 2015 19:42:32 +0000 Subject: [PATCH] Fixes #1570. Fixes document search result row and IESG agenda documents row links to IPR. Commit ready for merge. - Legacy-Id: 8842 --- ietf/templates/doc/search/ipr_column_with_label.html | 2 +- ietf/templates/doc/search/search_result_row.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/doc/search/ipr_column_with_label.html b/ietf/templates/doc/search/ipr_column_with_label.html index e1e4eed27..c844ca282 100644 --- a/ietf/templates/doc/search/ipr_column_with_label.html +++ b/ietf/templates/doc/search/ipr_column_with_label.html @@ -1,5 +1,5 @@ {% if doc.type_id == "draft" and doc.ipr %} - IPR: {{ doc.ipr|length }} + IPR: {{ doc.ipr|length }} {% endif %} diff --git a/ietf/templates/doc/search/search_result_row.html b/ietf/templates/doc/search/search_result_row.html index ebd86c31d..cb034656c 100644 --- a/ietf/templates/doc/search/search_result_row.html +++ b/ietf/templates/doc/search/search_result_row.html @@ -73,7 +73,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% if doc.iprs %} - {{ doc.iprs|length }} + {{ doc.iprs|length }} {% endif %}