Remove old version.
[wolnelektury.git] / src / wolnelektury / templates / 404.html
index f3846aa..372c941 100644 (file)
@@ -1,19 +1,21 @@
-{% extends "base.html" %}
+{% extends "2022/base_simple.html" %}
 {% load i18n %}
 
+{% block settings %}
+  {% load title %}
+  {% trans "Page does not exist" as title %}
+  {% title title %}
+{% endblock %}
 
-{% block titleextra %}404 - {% trans "Page does not exist" %}{% endblock %}
 
-
-{% block body %}
-
-<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>
+{% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %}
 
 
+{% block body %}
+  <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>
 {% endblock body %}