X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9f843552b83310b0dab86e0aebedd13055ed9649..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/404.html diff --git a/wolnelektury/templates/404.html b/wolnelektury/templates/404.html index 9831864d2..f3846aac4 100644 --- a/wolnelektury/templates/404.html +++ b/wolnelektury/templates/404.html @@ -1,26 +1,19 @@ - - - -404 - Zagubiona strona w WolneLektury.pl - - - - - - - - -

Podana strona nie istnieje

-

-Przepraszamy, ale ta strona nie istnieje. Sprawdź czy podałeś dobry adres, lub przejdź do strony głównej. +{% extends "base.html" %} +{% load i18n %} + + +{% 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" %}.

- - - - \ No newline at end of file + + +{% endblock body %}