fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a703092e073c699905d65b1667f951d42bafd701
[wolnelektury.git]
/
src
/
newsletter
/
templates
/
newsletter
/
subscribed.html
1
{% extends "base/base.html" %}
2
{% load i18n %}
3
4
{% block body %}
5
<h1>{{ page_title }}</h1>
6
<p>
7
{% trans "You have requested subscription to Wolne Lektury newsletter. You'll receive a confirmation link by email." %}
8
</p>
9
{% endblock %}