We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4821141 commit 200d2bdCopy full SHA for 200d2bd
ietf/templates/doc/review/request_info.html
@@ -96,15 +96,18 @@
96
</td>
97
</tr>
98
{% endif %}
99
- {% if doc.time %}
+ {% if review_req.doc.time %}
100
<tr>
101
<th scope="row">
102
</th>
103
104
I-D last updated
105
106
<td>
107
- {{ doc.time|date:"Y-m-d" }}
+ {{ review_req.doc.time|date:"Y-m-d" }}
108
+ {% if review_req.doc.pub_date %}
109
+ <span class="text-body-secondary">(Latest revision {{ review_req.doc.pub_date|date:"Y-m-d" }})</span>
110
+ {% endif %}
111
112
113
0 commit comments