Fix indentation for resolved message in 404 error template
This commit is contained in:
+3
-1
@@ -5,6 +5,8 @@
|
|||||||
<h2>404 error</h2>
|
<h2>404 error</h2>
|
||||||
{{ reason }}
|
{{ reason }}
|
||||||
|
|
||||||
<h3>{{resolved}}</h3>
|
{% if resolved %}
|
||||||
|
<h3>{{ resolved }}</h3>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user