Fix design error message

This commit is contained in:
Jesús 2021-06-10 16:32:42 -05:00
parent a9edc54aac
commit 46f4ed1dc6
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -17,6 +17,14 @@
<p>Remember to include the traceback in your issue and redact any information in it you do not want to share</p> <p>Remember to include the traceback in your issue and redact any information in it you do not want to share</p>
</div> </div>
{% else %} {% else %}
<div id="error-message">{{ error_message }}</div> <section id="error-message" class="comments-area">
<div class="comments">
<div class="comment-container">
<div class="comment">
<span class="comment-text">{{ error_message }}</span>
</div>
</div>
</div>
</section>
{% endif %} {% endif %}
{% endblock %} {% endblock %}