fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
56cf71a378b5a196ad17bcb3abf4a9f8ab074aa1
[wolnelektury.git]
/
src
/
newsletter
/
templates
/
newsletter
/
subscribed.html
1
{% extends "base_simple.html" %}
2
{% load i18n %}
3
4
5
{% block settings %}
6
{% load title %}
7
{% trans "Subscribed" as title %}
8
{% title title %}
9
{% endblock %}
10
11
12
{% block content %}
13
<h1>{{ title }}</h1>
14
15
<p>
16
{% trans "You have subscribed to Wolne Lektury newsletter." %}
17
</p>
18
{% endblock %}