layout fixes
[copyspeak.git] / src / copyspeak / templates / 404.html
index 74ee437..4c8b30c 100644 (file)
@@ -5,10 +5,18 @@
 
 {% block body %}
 
+
+<div class="text-page-wrapper">
+<article class="text-page">
+
 <h1>{% trans "Page not found" %}</h1>
 
-<p class="notice">
+<p>
     {% trans "The page you were looking for doesn't exist." %}
 </p>
 
+
+</article>
+</div>
+
 {% endblock %}