Skip to content

Commit 97e6ceb

Browse files
committed
Don't show charter for group types without chartering processes
- Legacy-Id: 7795
1 parent 252db0d commit 97e6ceb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ietf/secr/templates/groups/view.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ <h2>Groups - View</h2>
4545
<tr><td>Email Address:</td><td>{{ group.list_email }}</td></tr>
4646
<tr><td>Email Subscription:</td><td>{{ group.list_subscribe }}</td></tr>
4747
<tr><td>Email Archive:</td><td>{{ group.list_archive }}</td></tr>
48+
{% if group.features.has_chartering_process %}
4849
<tr><td>Charter:</td><td><a href="{% url "groups_charter" acronym=group.acronym %}">View Charter</a></td></tr>
50+
{% else %}
4951
<tr><td>Description:</td><td>{{ group.description }}</td></tr>
52+
{% endif %}
5053
<tr><td>Comments:</td><td>{{ group.comments }}</td></tr>
5154
<tr><td>Last Modified Date:</td><td>{{ group.time }}</td></tr>
5255
</table>

0 commit comments

Comments
 (0)