Skip to content

Commit f2f4bd8

Browse files
committed
Merged in [9626] from rjsparks@nostrum.com:
Restore the discuss-box hiding feature when a position is not blocking. Fixes bug ietf-tools#1688. - Legacy-Id: 9656 Note: SVN reference [9626] has been migrated to Git commit 8887466
2 parents 7a28608 + 8887466 commit f2f4bd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/templates/doc/ballot/edit_position.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ <h1>Change position for {{ ad.plain_name }}<br><small>{{ doc }}</small></h1>
2323
{% csrf_token %}
2424

2525
{% for field in form %}
26+
{% if field.name == "discuss" %}<div id="div_id_discuss">{% endif %}
2627
{% bootstrap_field field %}
2728
{% if field.name == "discuss" and old_pos and old_pos.discuss_time %}
2829
<span class="help-block">Last edited {{ old_pos.discuss_time }}</span>
2930
{% elif field.name == "comment" and old_pos and old_pos.comment_time %}
3031
<span class="help-block">Last edited {{ old_pos.comment_time }}</span>
3132
{% endif %}
33+
{% if field.name == "discuss" %}</div>{% endif %}
3234
{% endfor %}
3335

3436
{% buttons %}

0 commit comments

Comments
 (0)