Tweaked the group 'closing notes' edit line for the secretariat on the group about page.

- Legacy-Id: 17645
This commit is contained in:
Henrik Levkowetz 2020-04-15 19:02:02 +00:00
parent cefd3506f4
commit 623d25f4c0

View file

@ -220,8 +220,9 @@
{% if requested_close or group.state_id == "conclude" %}
{% if user|has_role:"Secretariat" %}
<h2>Closing note for {{ group.type.desc.title }}</h2>
<a class="btn btn-default btn-xs" href="{% url 'ietf.group.views.edit' acronym=group.acronym field='closing_note' %}">Edit</a><br />
<a class="btn btn-default btn-xs" href="{% url 'ietf.group.views.edit' acronym=group.acronym field='closing_note' %}">Edit</a>&nbsp;
<label>Closing note for {{ group.type.desc.title|default:group.acronym }}:</label>
{% if closing_note and closing_note.desc != "(Closing note deleted)" %}
{{ closing_note.desc }}
{% endif %}