fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5396885eab6bc40ce0375f7b177077be789940dc
[wolnelektury.git]
/
src
/
newsletter
/
templates
/
newsletter
/
2022
/
subscribed.html
1
{% extends "2022/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 %}