Remove old version.
[wolnelektury.git] / src / libraries / templates / libraries / library_view.html
index 283d1c0..7b340be 100644 (file)
@@ -1,6 +1,16 @@
-{% extends "base/base.html" %}\r
+{% extends "2022/base_simple.html" %}\r
 {% load i18n %}\r
 \r
+{% block settings %}\r
+  {% load title %}\r
+  {% title library.name %}\r
+{% endblock %}\r
+\r
+{% block breadcrumbs %}\r
+  <a href="{% url 'libraries_main_view' %}"><span>{% trans 'Libraries directory' %}</span></a>\r
+  <a href="{{ library.catalog.get_absolute_url }}"><span>{{ library.catalog.name }}</span></a>\r
+{% endblock %}\r
+\r
 {% block titleextra %}{{ library.name }}{% endblock %}\r
 \r
 {% block body %}\r
@@ -9,4 +19,4 @@
     <p>Adres strony www: <a href="{{library.url}}">{{library.url}}</a></p>\r
     {% autoescape off %}{{library.description}}{% endautoescape%}\r
   </div>\r
-{% endblock %}
\ No newline at end of file
+{% endblock %}\r