Skip to content

Commit 722b232

Browse files
committed
On charter doc page only generate link to /wg/ if the group is a WG,
not if it is an AG - Legacy-Id: 6059
1 parent 4d54b94 commit 722b232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/document_charter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{% if snapshot %}Snapshot of{% endif %}
2626
{% if doc.get_state_slug != "approved" %}Proposed{% endif %}
2727
Charter for "{{ group.name }}"
28-
(<a href="{% url ietf.wginfo.views.wg_charter acronym=group.acronym %}">{{ group.acronym }}</a>) {{ group.type.name }}
28+
(<a {% if group.type.slug == "wg" %}href="{% url ietf.wginfo.views.wg_charter acronym=group.acronym %}"{% endif %}>{{ group.acronym }}</a>) {{ group.type.name }}
2929
</div>
3030

3131
<table id="metatable" width="100%">

0 commit comments

Comments
 (0)