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:
Lars Eggert 2022-12-12 21:25:21 +02:00 committed by GitHub
parent 572733d3f1
commit f0966e43f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>