Locatizations.
[wolnelektury.git] / src / push / templates / push / notification_sent.html
1 {% extends "base_simple.html" %}
2
3 {% block titleextra %}Powiadomienia{% endblock %}
4
5
6 {% block body %}
7   <h1>Wysłano powiadomienie</h1>
8   <p>Gratulacje!</p>
9 {% endblock %}