X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e0de41ae1e67c230ad1e67f34f6f4f76e53d7234..55bc643c16dc56cf2377bd5c4d6e924d5fc62698:/wolnelektury/templates/404.html?ds=inline diff --git a/wolnelektury/templates/404.html b/wolnelektury/templates/404.html index cc8ccc90f..8083d2865 100644 --- a/wolnelektury/templates/404.html +++ b/wolnelektury/templates/404.html @@ -1,27 +1,19 @@ +{% extends "base.html" %} {% load i18n %} - - -
-{% trans "Page does not exist" %}
+ + +{% block titleextra %}404 - {% trans "Page does not exist" %}{% endblock %} + + +{% block body %} + +{% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%} {% trans "main page" %}.
- - - - \ No newline at end of file + + +{% endblock body %}