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 %}
|
||||
|
||||
{% 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue