Skip to content

Commit 34c32e1

Browse files
committed
Fixed a html nit.
- Legacy-Id: 14164
1 parent cbda267 commit 34c32e1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/doc/document_review.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
<tr>
2020
{% if doc.rev != latest_rev %}
2121
<th colspan="4" class="alert-warning">The information below is for an old version of the document</th>
22-
{% else %}
22+
{% elif doc.get_state_slug != "active" or other_reviews %}
2323
<th colspan="4"></th>
24+
{% else %}
25+
2426
{% endif %}
2527
</tr>
2628
</thead>

0 commit comments

Comments
 (0)