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