diff --git a/templates/404.html b/templates/404.html
index 5b30665d..0146aa0d 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -1,12 +1,12 @@
{% extends 'base.html' %}
{% block content %}
-
-
404 error
-{{ reason }}
+
+
404 error
+ {{ reason }}
-{% if resolved %}
- {{ resolved }}
-{% endif %}
-
+ {% if resolved %}
+
{{ resolved }}
+ {% endif %}
+
{% endblock %}
\ No newline at end of file