Skip to content

Commit 01732ad

Browse files
committed
Link to the team page from the review request page
- Legacy-Id: 11806
1 parent 4265427 commit 01732ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/review/review_request.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>Review request<br><small>{{ review_req.doc.name }}</small></h1>
4444
<tr>
4545
<th></th>
4646
<th>Team</th>
47-
<td>{{ review_req.team.acronym|upper }}</td>
47+
<td><a href="{% url "ietf.group.views.review_requests" group_type=review_req.team.type_id acronym=review_req.team.acronym %}">{{ review_req.team.acronym|upper }}</a></td>
4848
</tr>
4949

5050
<tr>

0 commit comments

Comments
 (0)