Layout.
[wolnelektury.git] / src / push / templates / push / notification_sent.html
1 {% extends request.EXPERIMENTS.layout|yesno:"2022/base_simple.html,base/base.html" %}
2 {% load i18n %}
3
4 {% block titleextra %}{% trans "Notifications" %}{% endblock %}
5
6
7 {% block body %}
8   <h1>Wysłano powiadomienie</h1>
9   <p>Gratulacje!</p>
10 {% endblock %}