X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/libraries/templates/libraries/library_view.html diff --git a/src/libraries/templates/libraries/library_view.html b/src/libraries/templates/libraries/library_view.html index a97282987..7b340be51 100644 --- a/src/libraries/templates/libraries/library_view.html +++ b/src/libraries/templates/libraries/library_view.html @@ -1,13 +1,22 @@ -{% extends "base.html" %} +{% extends "2022/base_simple.html" %} {% load i18n %} -{% block titleextra %}{{ library.name }}{% endblock %} +{% block settings %} + {% load title %} + {% title library.name %} +{% endblock %} + +{% block breadcrumbs %} + {% trans 'Libraries directory' %} + {{ library.catalog.name }} +{% endblock %} +{% block titleextra %}{{ library.name }}{% endblock %} -{% block body %} -

{{ library.name }}

-
-

Adres strony www: {{library.url}}

- {% autoescape off %}{{library.description}}{% endautoescape%} -
-{% endblock %} \ No newline at end of file +{% block body %} +

{{ library.name }}

+
+

Adres strony www: {{library.url}}

+ {% autoescape off %}{{library.description}}{% endautoescape%} +
+{% endblock %}