fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
725f2080de383d0cd5d7a91477686d87fd4d7aa4
[wolnelektury.git]
/
src
/
messaging
/
templates
/
messaging
/
contact_detail.html
1
{% extends "base/base.html" %}
2
3
{% block body %}
4
5
<h1>Adres wypisany</h1>
6
7
{% if contact.level == 50 %}
8
<p>Potwierdzamy, że adres {{ contact.email }} został wypisany z korespondencji.</p>
9
{% else %}
10
Błąd.
11
{% endif %}
12
13
{% endblock %}