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