Skip to content

Commit 232652b

Browse files
committed
Allows the IESG Note field to be edited even when empty.
- Legacy-Id: 4841
1 parent 77b5131 commit 232652b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/idrfc/doc_tab_document_id.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@
146146
{% if add_link %}</a>{% endif %}
147147
{% endwith %}
148148
</td></tr>
149-
{% if doc.in_ietf_process and doc.ietf_process.iesg_note %}<tr><td>
150-
IESG Note:</td><td>
151149
{% with user|in_group:"Area_Director,Secretariat" as add_link %}
150+
{% if doc.in_ietf_process %}{% if doc.ietf_process.iesg_note or add_link %}<tr><td>
151+
IESG Note:</td><td>
152152
{% if add_link %}<a class="editlink" href="{% url doc_change_iesg_note name=doc.draft_name %}">{% endif %}
153153
{{ doc.ietf_process.iesg_note|format_textarea|safe }}
154154
{% if add_link %}</a>{% endif %}
155+
</td></tr>{% endif %}{% endif %}
155156
{% endwith %}
156-
</td></tr>{% endif %}
157157
<tr><td>Send notices to:</td><td>
158158
{% with user|in_group:"Area_Director,Secretariat" as add_link %}
159159
{% if add_link %}<a class="editlink" href="{% url doc_change_notify name=doc.draft_name %}">{% endif %}

0 commit comments

Comments
 (0)