X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/wolnelektury/templates/404.html diff --git a/src/wolnelektury/templates/404.html b/src/wolnelektury/templates/404.html index f3846aac4..372c94118 100644 --- a/src/wolnelektury/templates/404.html +++ b/src/wolnelektury/templates/404.html @@ -1,19 +1,21 @@ -{% extends "base.html" %} +{% extends "2022/base_simple.html" %} {% load i18n %} +{% block settings %} + {% load title %} + {% trans "Page does not exist" 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 "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" %}. +

{% endblock body %}