Minor fixes.
[prawokultury.git] / prawokultury / templates / 404.html
old mode 100755 (executable)
new mode 100644 (file)
index 57db2e9..62bbbe8
@@ -1 +1,16 @@
-404
\ No newline at end of file
+{% extends "base.html" %}
+{% load i18n %}
+
+
+{% block "titleextra" %}{% trans "Page not found" %} :: {% endblock %}
+
+
+{% block "body" %}
+
+<h1>{% trans "Page not found" %}</h1>
+
+<p class="notice">
+    {% trans "The page you were looking for doesn't exist." %}
+</p>
+
+{% endblock %}