rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / apps / wolnelektury_core / templates / 404.html
diff --git a/apps/wolnelektury_core/templates/404.html b/apps/wolnelektury_core/templates/404.html
new file mode 100644 (file)
index 0000000..f3846aa
--- /dev/null
@@ -0,0 +1,19 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+
+{% 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 %}