X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..6c74d7c9389a009ecda329c445d8f15c75326229:/src/wolnelektury/templates/404.html?ds=inline

diff --git a/src/wolnelektury/templates/404.html b/src/wolnelektury/templates/404.html
index f3846aac4..63d3cacb6 100644
--- a/src/wolnelektury/templates/404.html
+++ b/src/wolnelektury/templates/404.html
@@ -1,19 +1,14 @@
-{% extends "base.html" %}
+{% extends "base/base.html" %}
 {% load i18n %}
 
-
-{% block titleextra %}404 - {% trans "Page does not exist" %}{% endblock %}
+{% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %}
 
 
 {% block body %}
+  <h1>{% trans "Page not found" %}</h1>
 
-<h1>{% trans "Page not found" %}</h1>
-
-
-<p class="normal-text">
-{% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%} <a href="/">{% trans "main page" %}</a>.
-</p>
-
-
-
+  <p class="normal-text">
+    {% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%}
+    <a href="/">{% trans "main page" %}</a>.
+  </p>
 {% endblock body %}