Skip to content

Commit bf0a5e3

Browse files
committed
Change the acronym link on the html agenda page to go to the group's charter page rather than the charter's document page. Commit ready for merge.
- Legacy-Id: 10379
1 parent ff93fe3 commit bf0a5e3

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
@@ -242,7 +242,7 @@ <h2>
242242

243243
<td>
244244
{% if item.session.historic_group.charter %}
245-
<a href="{{item.session.historic_group.charter.get_absolute_url}}">{{item.session.historic_group.acronym}}</a>
245+
<a href="{% url 'group_charter' acronym=item.session.historic_group.acronym %}">{{item.session.historic_group.acronym}}</a>
246246
{% else %}
247247
{{item.session.historic_group.acronym}}
248248
{% endif %}

0 commit comments

Comments
 (0)