From fa952976ab44b45824cf3efd183dc7ada3ff33a3 Mon Sep 17 00:00:00 2001 From: Robert Sparks <rjsparks@nostrum.com> Date: Wed, 9 Feb 2022 17:25:43 +0000 Subject: [PATCH] Simplify search for link back to group from the review management view. Commit ready for merge. - Legacy-Id: 19915 --- ietf/templates/group/manage_review_requests.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/group/manage_review_requests.html b/ietf/templates/group/manage_review_requests.html index 5540de76a..919750a1a 100644 --- a/ietf/templates/group/manage_review_requests.html +++ b/ietf/templates/group/manage_review_requests.html @@ -93,7 +93,7 @@ - IESG telechat: {{ r.doc.telechat_date }} {% endif %} {% if r.doc.group.type_id != "individ" %} - - <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> {% endif %} </div> {% if r.comment %}