fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bbe9f37d4565b3ba61cee8fc8d6addff0f2c4268
[wolnelektury.git]
/
src
/
messaging
/
templates
/
messaging
/
contact_form.html
1
{% extends "base/base.html" %}
2
3
{% block body %}
4
5
<h1>Czy na pewno chcesz zrezygnować z otrzymywania e-maili na adres {{ object.email }}?</h1>
6
7
<form method="POST" action="">
8
<button type="submit">Tak, wypisz mnie</button>
9
</form>
10
11
{% endblock %}