fix: Don't show checker validations on HTMLization page (#4873)
Modals in static sidebars don't work; fixing this needs a larger rework. Fixes #4865
This commit is contained in:
parent
572733d3f1
commit
f0966e43f5
|
@ -296,6 +296,7 @@ href="{% url 'ietf.doc.views_draft.review_possibly_replaces' name=doc.name %}">E
|
|||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% if not document_html %}
|
||||
{% for check in doc.submission.latest_checks %}
|
||||
{% if check.passed != None and check.symbol.strip %}
|
||||
<tr>
|
||||
|
@ -331,7 +332,6 @@ href="{% url 'ietf.doc.views_draft.review_possibly_replaces' name=doc.name %}">E
|
|||
</tr>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% if not document_html %}
|
||||
{% if review_assignments or can_request_review %}
|
||||
<tr>
|
||||
<td></td>
|
||||
|
|
Loading…
Reference in a new issue