X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4bff37c73cb3e5035954af699a2c52065c993197..dbe0a80a192f561f29f917cd741b78329834a89f:/src/wolnelektury/templates/404.html diff --git a/src/wolnelektury/templates/404.html b/src/wolnelektury/templates/404.html index 06b57d8a9..6ec7deab6 100644 --- a/src/wolnelektury/templates/404.html +++ b/src/wolnelektury/templates/404.html @@ -1,21 +1,21 @@ -{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.html" %} +{% extends "base_simple.html" %} {% load i18n %} {% block settings %} {% load title %} - {% trans "Page does not exist" as title %} + {% trans "Strona nie istnieje" as title %} {% title title %} {% endblock %} -{% block titleextra %}404 – {% trans "Page does not exist" %}{% 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 %}