Cleanup
[wolnelektury.git] / src / wolnelektury / templates / publish_plan.html
index ffc1150..45e65c6 100644 (file)
@@ -1,6 +1,12 @@
-{% extends "base/base.html" %}
+{% extends "base_simple.html" %}
 {% load i18n %}
 
+{% block settings %}
+  {% load title %}
+  {% trans "Publishing plan" as title %}
+  {% title title %}
+{% endblock %}
+
 {% block titleextra %}{% trans "Publishing plan" %}{% endblock titleextra %}