fix: fix graphical desing of error page to remove double-nested article

This commit is contained in:
David Bailey 2023-12-23 10:51:42 +01:00
parent e777ea5675
commit 70a2c45509

View file

@ -10,12 +10,10 @@
{% endblock %}
{% block content_article %}
<article>
<h1 id="rrr_header"> The Dergs are confused:</h2>
<h2 id="rrr_code"> {{ error_code }}</h1>
<h1 id="rrr_header"> The Dergs are confused:</h2>
<h2 id="rrr_code"> {{ error_code }}</h1>
<div>
{{ error_description|markdown_to_html }}
</div>
</article>
<div>
{{ error_description|markdown_to_html }}
</div>
{% endblock %}