From 8887466231935c656f63909e9513d3249c7ef29f Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Tue, 12 May 2015 22:22:41 +0000 Subject: [PATCH] Restore the discuss-box hiding feature when a position is not blocking. Fixes bug #1688. Commit ready for merge. - Legacy-Id: 9626 --- ietf/templates/doc/ballot/edit_position.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ietf/templates/doc/ballot/edit_position.html b/ietf/templates/doc/ballot/edit_position.html index ac5dde502..821b72ef9 100644 --- a/ietf/templates/doc/ballot/edit_position.html +++ b/ietf/templates/doc/ballot/edit_position.html @@ -23,12 +23,14 @@ {% csrf_token %} {% for field in form %} + {% if field.name == "discuss" %}
{% endif %} {% bootstrap_field field %} {% if field.name == "discuss" and old_pos and old_pos.discuss_time %} Last edited {{ old_pos.discuss_time }} {% elif field.name == "comment" and old_pos and old_pos.comment_time %} Last edited {{ old_pos.comment_time }} {% endif %} + {% if field.name == "discuss" %}
{% endif %} {% endfor %} {% buttons %}