44c29c32733a5006123785ebca9f0bd4c0fddf0e
[wolnelektury.git] / src / push / templates / push / notification_sent.html
1 {% extends "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 %}