X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e17ba704033aba068a935c1beb42d1f306e6a114..4727eb31e50fa1571c83c4be5e228534b07574a7:/src/push/templates/push/notification_form.html diff --git a/src/push/templates/push/notification_form.html b/src/push/templates/push/notification_form.html index e926c9229..09e60550d 100644 --- a/src/push/templates/push/notification_form.html +++ b/src/push/templates/push/notification_form.html @@ -1,4 +1,4 @@ -{% extends "base/base.html" %} +{% extends request.EXPERIMENTS.layout|yesno:"2022/base_simple.html,base/base.html" %} {% load i18n %} {% block titleextra %}{% trans "Notifications" %}{% endblock %} @@ -14,4 +14,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}