diff --git a/ietf/templates/group/group_about.html b/ietf/templates/group/group_about.html
index 22014db5c..3061c8e3f 100644
--- a/ietf/templates/group/group_about.html
+++ b/ietf/templates/group/group_about.html
@@ -35,21 +35,14 @@
{% endif %}
-
- |
- Charter |
-
- {% if group.charter %}
- {{ group.charter.name }}-{{ group.charter.rev }}
- {{ group.charter.get_state.name }}
- {% else %}
- (None)
- {% if user|has_role:"Area Director,Secretariat" %}
- Submit charter
- {% endif %}
- {% endif %}
- |
-
+ |
+ State |
+
+ {{ group.state.name }}
+ {% if requested_close %}
+ In the process of being closed
+ {% endif %}
+ |
{% if group.features.has_chartering_process %}