X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/44090c986d9a16f6913047c25319c446bb9308ad..31d720c31b1dc46f1ed69a785a2a1288c1c3b1b5:/prawokultury/templates/404.html

diff --git a/prawokultury/templates/404.html b/prawokultury/templates/404.html
index 57db2e9..1ef6711 100755
--- a/prawokultury/templates/404.html
+++ b/prawokultury/templates/404.html
@@ -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 %}