Locatizations.
[wolnelektury.git] / src / newsletter / templates / newsletter / subscribed.html
index a703092..d9d7cea 100644 (file)
@@ -1,9 +1,18 @@
-{% extends "base/base.html" %}
+{% extends "base_simple.html" %}
 {% load i18n %}
 
-{% block body %}
-  <h1>{{ page_title }}</h1>
+
+{% block settings %}
+  {% load title %}
+  {% trans "Zapisano do newslettera" as title %}
+  {% title title %}
+{% endblock %}
+
+
+{% block content %}
+  <h1>{{ title }}</h1>
+
   <p>
-    {% trans "You have requested subscription to Wolne Lektury newsletter. You'll receive a confirmation link by email." %}
+    {% trans "Zapisałaś/eś się do newslettera Wolnych Lektur." %}
   </p>
-{% endblock %}
\ No newline at end of file
+{% endblock %}