X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..2c101e78aee8cd3ccf3f24a0ecaa22fa77593c5c:/src/wolnelektury/templates/404.html diff --git a/src/wolnelektury/templates/404.html b/src/wolnelektury/templates/404.html index 63d3cacb6..6ec7deab6 100644 --- a/src/wolnelektury/templates/404.html +++ b/src/wolnelektury/templates/404.html @@ -1,14 +1,21 @@ -{% extends "base/base.html" %} +{% extends "base_simple.html" %} {% load i18n %} -{% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %} +{% block settings %} + {% load title %} + {% trans "Strona nie istnieje" as title %} + {% title title %} +{% endblock %} + + +{% block titleextra %}404 – {% trans "Strona nie istnieje" %}{% endblock %} {% block body %} -

{% trans "Page not found" %}

+

{% trans "Strona nie istnieje" %}

- {% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%} - {% trans "main page" %}. + {% trans "Przepraszamy, ale ta strona nie istnieje. Sprawdź, czy podany adres jest właściwy, lub przejdź do"%} + {% trans "strony głównej" %}.

{% endblock body %}