We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216ebe2 commit fa95297Copy full SHA for fa95297
ietf/templates/group/manage_review_requests.html
@@ -93,7 +93,7 @@ <h3 class="panel-title">
93
- IESG telechat: {{ r.doc.telechat_date }}
94
{% endif %}
95
{% if r.doc.group.type_id != "individ" %}
96
- - <a href="{% url "ietf.group.views.group_home" acronym=r.doc.group.acronym group_type=r.doc.group.type_id %}">{{ r.doc.group.acronym }} {{ r.doc.group.type.name }}</a>
+ - <a href="{% url "ietf.group.views.group_home" acronym=r.doc.group.acronym %}">{{ r.doc.group.acronym }} {{ r.doc.group.type.name }}</a>
97
98
</div>
99
{% if r.comment %}
0 commit comments