We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefd350 commit 623d25fCopy full SHA for 623d25f
1 file changed
ietf/templates/group/group_about.html
@@ -220,8 +220,9 @@
220
221
{% if requested_close or group.state_id == "conclude" %}
222
{% 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 />
+ <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>
225
+
226
{% if closing_note and closing_note.desc != "(Closing note deleted)" %}
227
{{ closing_note.desc }}
228
{% endif %}
0 commit comments