fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixes #4076: Recommendations from collections.
[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
{% csrf_token %}
9
<button type="submit">Tak, wypisz mnie</button>
10
</form>
11
12
{% endblock %}