From 2f5bbebf7043443ed4b3d79c8f1f6881915873d3 Mon Sep 17 00:00:00 2001 From: Tero Kivinen Date: Sun, 5 Nov 2023 03:57:04 -0500 Subject: [PATCH] Add link to review request page to review result page. (#6596) Remove link to self on review result page. --- ietf/templates/doc/review/request_info.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/ietf/templates/doc/review/request_info.html b/ietf/templates/doc/review/request_info.html index 5c7ca8907..ee46916b4 100644 --- a/ietf/templates/doc/review/request_info.html +++ b/ietf/templates/doc/review/request_info.html @@ -227,7 +227,21 @@ {% endif %} - {% if assignment.state_id != "withdrawn" and assignment.state_id != "no-response" and assignment.state_id != "rejected" %} + {% if doc == assignment.review %} + + + + + Request + + + + {{ review_req }} + + + + {% endif %} + {% if assignment.state_id != "withdrawn" and assignment.state_id != "no-response" and assignment.state_id != "rejected" and doc != assignment.review%} @@ -339,4 +353,4 @@ Assign reviewer -{% endif %} \ No newline at end of file +{% endif %}