You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/templates/doc/document_review.html
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,11 @@
9
9
{% origin %}
10
10
{{ top|safe }}
11
11
{% include "doc/revisions_list.html" %}
12
-
{% include "doc/review/request_info.html" %}
12
+
{% if review_req %}
13
+
{% include "doc/review/request_info.html" %}
14
+
{% else %}
15
+
<divclass="alert alert-warning my-3">This review has no associated review request</div>
16
+
{% endif %}
13
17
{% if doc.rev != latest_rev %}
14
18
<divclass="alert alert-warning my-3">The information below is for an old version of the document.</div>
15
19
{% endif %}
@@ -31,7 +35,7 @@
31
35
<tdclass="edit"></td>
32
36
<td>
33
37
{% for review_assignment in other_reviews %}
34
-
{% include "doc/review_assignment_summary.html" with current_doc_name=review_assignemnt.review_request.doc.name current_rev=review_assignment.reviewed_rev %}
38
+
{% include "doc/review_assignment_summary.html" with current_doc_name=review_assignment.review_request.doc.name current_rev=review_assignment.reviewed_rev %}
0 commit comments