fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3cf938a5be25138faee3cf7e4c93fc9d33974187
[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 %}