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

{% trans "Page not found" %}

- - -

-{% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%} {% trans "main page" %}. -

+{% block titleextra %}404 – {% trans "Strona nie istnieje" %}{% endblock %} +{% block body %} +

{% trans "Strona nie istnieje" %}

+

+ {% trans "Przepraszamy, ale ta strona nie istnieje. Sprawdź, czy podany adres jest właściwy, lub przejdź do"%} + {% trans "strony głównej" %}. +

{% endblock body %}