X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8f51cea59b3cc79f091627e08b3b9f4f24f3f232..4bff37c73cb3e5035954af699a2c52065c993197:/src/wolnelektury/templates/404.html?ds=sidebyside

diff --git a/src/wolnelektury/templates/404.html b/src/wolnelektury/templates/404.html
index 63d3cacb6..06b57d8a9 100644
--- 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 %}
 
+{% block settings %}
+  {% load title %}
+  {% trans "Page does not exist" as title %}
+  {% title title %}
+{% endblock %}
+
+
 {% block titleextra %}404 – {% trans "Page does not exist" %}{% endblock %}