add contrib locale to make-locale-pack, various bugfixes
[wolnelektury.git] / wolnelektury / templates / 404.html
index 5003eae..f3846aa 100644 (file)
@@ -1,3 +1,19 @@
-<h1>Blad 404 - Strona nie istnieje</h1>
+{% extends "base.html" %}
+{% load i18n %}
 
-<p>(Tutaj później będzie coś więcej, naprawdę)</p>
\ No newline at end of file
+
+{% 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 %}