Skip to content

Commit 623d25f

Browse files
committed
Tweaked the group 'closing notes' edit line for the secretariat on the group about page.
- Legacy-Id: 17645
1 parent cefd350 commit 623d25f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/templates/group/group_about.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,9 @@
220220

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

0 commit comments

Comments
 (0)