We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8218a59 commit 8887466Copy full SHA for 8887466
1 file changed
ietf/templates/doc/ballot/edit_position.html
@@ -23,12 +23,14 @@ <h1>Change position for {{ ad.plain_name }}<br><small>{{ doc }}</small></h1>
23
{% csrf_token %}
24
25
{% for field in form %}
26
+ {% if field.name == "discuss" %}<div id="div_id_discuss">{% endif %}
27
{% bootstrap_field field %}
28
{% if field.name == "discuss" and old_pos and old_pos.discuss_time %}
29
<span class="help-block">Last edited {{ old_pos.discuss_time }}</span>
30
{% elif field.name == "comment" and old_pos and old_pos.comment_time %}
31
<span class="help-block">Last edited {{ old_pos.comment_time }}</span>
32
{% endif %}
33
+ {% if field.name == "discuss" %}</div>{% endif %}
34
{% endfor %}
35
36
{% buttons %}
0 commit comments