X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f82fa14e5f5b02994272fc0b588e557d5be6f2a4..3c0e373447323b5e33b273859e790a2054771afa:/src/wolnelektury/templates/404.html diff --git a/src/wolnelektury/templates/404.html b/src/wolnelektury/templates/404.html index f3846aac4..63d3cacb6 100644 --- a/src/wolnelektury/templates/404.html +++ b/src/wolnelektury/templates/404.html @@ -1,19 +1,14 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} - -{% block titleextra %}404 - {% trans "Page does not exist" %}{% endblock %} +{% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %} {% block body %} +

{% trans "Page not found" %}

-

{% 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" %}. -

- - - +

+ {% 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 %}