X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/404.html diff --git a/wolnelektury/templates/404.html b/wolnelektury/templates/404.html index 5003eae87..f3846aac4 100644 --- a/wolnelektury/templates/404.html +++ b/wolnelektury/templates/404.html @@ -1,3 +1,19 @@ -

Blad 404 - Strona nie istnieje

+{% extends "base.html" %} +{% load i18n %} -

(Tutaj później będzie coś więcej, naprawdę)

\ No newline at end of file + +{% 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" %}. +

+ + + +{% endblock body %}