fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
receipts
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
404.html
diff --git
a/src/wolnelektury/templates/404.html
b/src/wolnelektury/templates/404.html
index
63d3cac
..
06b57d8
100644
(file)
--- a/
src/wolnelektury/templates/404.html
+++ b/
src/wolnelektury/templates/404.html
@@
-1,6
+1,13
@@
-{% extends
"
base/base.html" %}
+{% extends
request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,
base/base.html" %}
{% load i18n %}
{% load i18n %}
+{% block settings %}
+ {% load title %}
+ {% trans "Page does not exist" as title %}
+ {% title title %}
+{% endblock %}
+
+
{% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %}
{% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %}