Cleanup
[wolnelektury.git] / src / wolnelektury / templates / 404.html
index 63d3cac..b2bc74c 100644 (file)
@@ -1,6 +1,13 @@
-{% extends "base/base.html" %}
+{% extends "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 %}