fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
style fix
[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 "Zapisano do newslettera" as title %}
8
{% title title %}
9
{% endblock %}
10
11
12
{% block content %}
13
<h1>{{ title }}</h1>
14
15
<p>
16
{% trans "Zapisałaś/eś się do newslettera Wolnych Lektur." %}
17
</p>
18
{% endblock %}