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 %}