Remove old version.
[wolnelektury.git] / src / libraries / templates / libraries / main_view.html
index 3593616..eb2f5d2 100644 (file)
@@ -1,6 +1,12 @@
-{% extends "base/base.html" %}\r
+{% extends "2022/base_simple.html" %}\r
 {% load i18n %}\r
 \r
+{% block settings %}\r
+  {% load title %}\r
+  {% trans 'Library directories' as title %}\r
+  {% title title %}\r
+{% endblock %}\r
+\r
 {% block titleextra %}{% trans 'Library directories' %}{% endblock %}\r
 \r
 {% block body %}\r
@@ -14,4 +20,4 @@
       </ul>\r
     </div>\r
   </div>\r
-{% endblock %}
\ No newline at end of file
+{% endblock %}\r