From 5cafa085420932e1de9a8efef0c6bfcd7491cf15 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 12 Feb 2015 16:31:41 +0000 Subject: [PATCH] Added a missing table column to the WG document page for the case when the user isn't logged in. Addresses issue #1601 (but add links in the column are still missing). - Legacy-Id: 9081 --- ietf/templates/doc/search/search_result_row.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ietf/templates/doc/search/search_result_row.html b/ietf/templates/doc/search/search_result_row.html index cb034656c..6e4db9165 100644 --- a/ietf/templates/doc/search/search_result_row.html +++ b/ietf/templates/doc/search/search_result_row.html @@ -36,7 +36,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% if user.is_authenticated %} {% if not doc.name in have_doc_status %} - +  {% elif doc.name in doc_is_tracked %} Remove from your personal ID list @@ -46,7 +46,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Add to your personal ID list {% endif %} +{% else %} +  {% endif %} + {% if doc.get_state_slug == "rfc" %}RFC {{ doc.rfc_number }}{% else %}{{ doc.name }}-{{ doc.rev }}{% endif %}