Cleanup
[wolnelektury.git] / src / dictionary / templates / dictionary / note_list.html
index 3a19b4e..54758b0 100644 (file)
@@ -1,7 +1,12 @@
-{% extends "base/base.html" %}
+{% extends "base_simple.html" %}
 {% load i18n pagination_tags %}
 {% load set_get from set_get %}
 
+{% block settings %}
+  {% load title %}
+  {% trans "Footnotes" as title %}
+  {% title title %}
+{% endblock %}
 
 {% block bodyid %}footnotes{% endblock %}