We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff93fe3 commit bf0a5e3Copy full SHA for bf0a5e3
1 file changed
ietf/templates/meeting/agenda.html
@@ -242,7 +242,7 @@ <h2>
242
243
<td>
244
{% if item.session.historic_group.charter %}
245
- <a href="{{item.session.historic_group.charter.get_absolute_url}}">{{item.session.historic_group.acronym}}</a>
+ <a href="{% url 'group_charter' acronym=item.session.historic_group.acronym %}">{{item.session.historic_group.acronym}}</a>
246
{% else %}
247
{{item.session.historic_group.acronym}}
248
{% endif %}
0 commit comments