X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/aff5def884b3e0aeaafd7de454b68b4daa2c4f3d..222ee5203f1559d81672089fb8208835ecc280f4:/wolnelektury/templates/404.html?ds=inline diff --git a/wolnelektury/templates/404.html b/wolnelektury/templates/404.html index 288e050ed..8083d2865 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" %}
+ + +{% block titleextra %}404 - {% trans "Page does not exist" %}{% endblock %} + + +{% block body %} + +-{% trans "We are sorry, but this site 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" %}.
- - - - \ No newline at end of file + + +{% endblock body %}