fix: fix graphical desing of error page to remove double-nested article
This commit is contained in:
parent
e777ea5675
commit
70a2c45509
1 changed files with 5 additions and 7 deletions
|
@ -10,12 +10,10 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_article %}
|
{% block content_article %}
|
||||||
<article>
|
|
||||||
<h1 id="rrr_header"> The Dergs are confused:</h2>
|
<h1 id="rrr_header"> The Dergs are confused:</h2>
|
||||||
<h2 id="rrr_code"> {{ error_code }}</h1>
|
<h2 id="rrr_code"> {{ error_code }}</h1>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{ error_description|markdown_to_html }}
|
{{ error_description|markdown_to_html }}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue