Fix indentation in 404 error template for improved readability
This commit is contained in:
+7
-7
@@ -1,12 +1,12 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="">
|
<div class="">
|
||||||
<h2>404 error</h2>
|
<h2>404 error</h2>
|
||||||
{{ reason }}
|
{{ reason }}
|
||||||
|
|
||||||
{% if resolved %}
|
{% if resolved %}
|
||||||
<h3>{{ resolved }}</h3>
|
<h3>{{ resolved }}</h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user