Skip to content

Commit 26e3e62

Browse files
committed
Link to the about pages for groups even if they don't have a charter (some have other forms of descriptive text, and all have more information on the group pages than they did a few years ago). Fixes ietf-tools#2744. Commit ready for merge.
- Legacy-Id: 16815
1 parent 1ec4f7f commit 26e3e62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/agenda.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ <h2>
291291
<td><span class="hidden-xs">{{item.session.historic_group.historic_parent.acronym}}</span></td>
292292

293293
<td>
294-
{% if item.session.historic_group.charter %}
294+
{% if item.session.historic_group %}
295295
<a href="{% url 'ietf.group.views.group_about' acronym=item.session.historic_group.acronym %}">{{item.session.historic_group.acronym}}</a>
296296
{% else %}
297297
{{item.session.historic_group.acronym}}

0 commit comments

Comments
 (0)