Layout.
[wolnelektury.git] / src / push / templates / push / notification_sent.html
index 44c29c3..3cf938a 100644 (file)
@@ -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 %}
@@ -7,4 +7,4 @@
 {% block body %}
   <h1>Wysłano powiadomienie</h1>
   <p>Gratulacje!</p>
-{% endblock %}
\ No newline at end of file
+{% endblock %}