Tweaked the group 'closing notes' edit line for the secretariat on the group about page.
- Legacy-Id: 17645
This commit is contained in:
parent
cefd3506f4
commit
623d25f4c0
|
@ -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>
|
||||
<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 %}
|
||||
|
|
Loading…
Reference in a new issue