diff --git a/ietf/templates/group/group_about.html b/ietf/templates/group/group_about.html index 3514ddf3c..ba94d4407 100644 --- a/ietf/templates/group/group_about.html +++ b/ietf/templates/group/group_about.html @@ -220,8 +220,9 @@ {% if requested_close or group.state_id == "conclude" %} {% if user|has_role:"Secretariat" %} -

Closing note for {{ group.type.desc.title }}

- Edit
+ Edit  + + {% if closing_note and closing_note.desc != "(Closing note deleted)" %} {{ closing_note.desc }} {% endif %}