fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
data processing info in forms
[wolnelektury.git]
/
src
/
newsletter
/
templates
/
newsletter
/
unsubscribed.html
1
{% extends "base/base.html" %}
2
{% load i18n %}
3
4
{% block body %}
5
<h1>{{ page_title }}</h1>
6
<p>{% trans "You have unsubscribed from Wolne Lektury newsletter. You'll receive a confirmation by email." %}</p>
7
{% endblock %}