Skip to content

Commit

Permalink
Allows the IESG Note field to be edited even when empty.
Browse files Browse the repository at this point in the history
 - Legacy-Id: 4841
  • Loading branch information
rjsparks committed Sep 12, 2012
1 parent 77b5131 commit 232652b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ietf/templates/idrfc/doc_tab_document_id.html
Expand Up @@ -146,14 +146,14 @@
{% if add_link %}</a>{% endif %}
{% endwith %}
</td></tr>
{% if doc.in_ietf_process and doc.ietf_process.iesg_note %}<tr><td>
IESG Note:</td><td>
{% with user|in_group:"Area_Director,Secretariat" as add_link %}
{% if doc.in_ietf_process %}{% if doc.ietf_process.iesg_note or add_link %}<tr><td>
IESG Note:</td><td>
{% if add_link %}<a class="editlink" href="{% url doc_change_iesg_note name=doc.draft_name %}">{% endif %}
{{ doc.ietf_process.iesg_note|format_textarea|safe }}
{% if add_link %}</a>{% endif %}
</td></tr>{% endif %}{% endif %}
{% endwith %}
</td></tr>{% endif %}
<tr><td>Send notices to:</td><td>
{% with user|in_group:"Area_Director,Secretariat" as add_link %}
{% if add_link %}<a class="editlink" href="{% url doc_change_notify name=doc.draft_name %}">{% endif %}
Expand Down

0 comments on commit 232652b

Please sign in to comment.