Layout.
[wolnelektury.git] / src / push / templates / push / notification_form.html
index e926c92..09e6055 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 %}
@@ -14,4 +14,4 @@
       <tr><td></td><td><button type="submit">Wyƛlij</button></td></tr>
     </table>
   </form>
-{% endblock %}
\ No newline at end of file
+{% endblock %}