X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5..b17486a9270334855c3b908b8250e3a020803875:/src/wolnelektury/templates/404.html
diff --git a/src/wolnelektury/templates/404.html b/src/wolnelektury/templates/404.html
index 372c94118..6ec7deab6 100644
--- a/src/wolnelektury/templates/404.html
+++ b/src/wolnelektury/templates/404.html
@@ -1,21 +1,21 @@
-{% extends "2022/base_simple.html" %}
+{% extends "base_simple.html" %}
{% load i18n %}
{% block settings %}
{% load title %}
- {% trans "Page does not exist" as title %}
+ {% trans "Strona nie istnieje" as title %}
{% title title %}
{% endblock %}
-{% block titleextra %}404 â {% trans "Page does not exist" %}{% endblock %}
+{% block titleextra %}404 â {% trans "Strona nie istnieje" %}{% endblock %}
{% block body %}
- <h1>{% trans "Page not found" %}</h1>
+ <h1>{% trans "Strona nie istnieje" %}</h1>
<p class="normal-text">
- {% trans "We are sorry, but this page does not exist. Please check if you entered correct address or go to "%}
- <a href="/">{% trans "main page" %}</a>.
+ {% trans "Przepraszamy, ale ta strona nie istnieje. Sprawdź, czy podany adres jest wÅaÅciwy, lub przejdź do"%}
+ <a href="/">{% trans "strony gÅównej" %}</a>.
</p>
{% endblock body %}