File tree Expand file tree Collapse file tree
ietf/templates/doc/review Expand file tree Collapse file tree Original file line number Diff line number Diff line change 227227 {% endif %}
228228 </ td >
229229 </ tr >
230- {% if assignment.state_id != "withdrawn" and assignment.state_id != "no-response" and assignment.state_id != "rejected" %}
230+ {% if doc == assignment.review %}
231+ < tr >
232+ < th scope ="row ">
233+ </ th >
234+ < th scope ="row ">
235+ Request
236+ </ th >
237+ < td >
238+ < a href ="{% url "ietf.doc.views_review.review_request " request_id=review_req.id name =review_req.doc.name %} ">
239+ {{ review_req }}
240+ </ a >
241+ </ td >
242+ </ tr >
243+ {% endif %}
244+ {% if assignment.state_id != "withdrawn" and assignment.state_id != "no-response" and assignment.state_id != "rejected" and doc != assignment.review%}
231245 < tr >
232246 < th scope ="row ">
233247 </ th >
339353 </ i >
340354 Assign reviewer
341355 </ a >
342- {% endif %}
356+ {% endif %}
You can’t perform that action at this time.
0 commit comments