X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc:/src/wolnelektury/templates/404.html?ds=inline diff --git a/src/wolnelektury/templates/404.html b/src/wolnelektury/templates/404.html index 63d3cacb6..372c94118 100644 --- a/src/wolnelektury/templates/404.html +++ b/src/wolnelektury/templates/404.html @@ -1,6 +1,13 @@ -{% extends "base/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 %}