X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/159b148e9d37274930d6c0f76c365d333f16fd87..daa7b57502f01e4e091c9635d3f6fcc734e46159:/src/wolnelektury/templates/publish_plan.html?ds=inline

diff --git a/src/wolnelektury/templates/publish_plan.html b/src/wolnelektury/templates/publish_plan.html
index ffc11501e..04a9820d0 100644
--- a/src/wolnelektury/templates/publish_plan.html
+++ b/src/wolnelektury/templates/publish_plan.html
@@ -1,11 +1,17 @@
-{% extends "base/base.html" %}
+{% extends "base_simple.html" %}
 {% load i18n %}
 
-{% block titleextra %}{% trans "Publishing plan" %}{% endblock titleextra %}
+{% block settings %}
+  {% load title %}
+  {% trans "Plan publikacji" as title %}
+  {% title title %}
+{% endblock %}
+
+{% block titleextra %}{% trans "Plan publikacji" %}{% endblock titleextra %}
 
 
 {% block body %}
-  <h1>{% trans "Publishing plan" %}</h1>
+  <h1>{% trans "Plan publikacji" %}</h1>
 
   <ul class="normal-text">
     {% for elem in plan %}