X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/efd819ba16dfc705f20298d4dd4a906d789d8b4d..92bcb49ab1a4bf73225b8dec1cf09fd6dff8a879:/wolnelektury/templates/404.html?ds=sidebyside diff --git a/wolnelektury/templates/404.html b/wolnelektury/templates/404.html index b761b4866..f3846aac4 100644 --- a/wolnelektury/templates/404.html +++ b/wolnelektury/templates/404.html @@ -1,27 +1,19 @@ +{% extends "base.html" %} {% load i18n %} - - -
-{% trans "Site does not exist" %}
--{% trans "We are sorry, but this site does not exist. Please check if you entered correct address or go to "%} {% trans "homepage" %}. + + +{% block titleextra %}404 - {% trans "Page does not exist" %}{% endblock %} + + +{% block body %} + +
+{% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%} {% trans "main page" %}.
- - - - \ No newline at end of file + + +{% endblock body %}