fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
53eb29bfc6572711467b989b43cc790fb77332b7
[wolnelektury.git]
/
src
/
push
/
templates
/
push
/
notification_sent.html
1
{% extends "2022/base_simple.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 %}