fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove picture models.
[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 %}