X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f82fa14e5f5b02994272fc0b588e557d5be6f2a4..3c0e373447323b5e33b273859e790a2054771afa:/src/picture/templates/picture/picture_list_thumb.html diff --git a/src/picture/templates/picture/picture_list_thumb.html b/src/picture/templates/picture/picture_list_thumb.html index a38efa517..3c1dd8cc1 100644 --- a/src/picture/templates/picture/picture_list_thumb.html +++ b/src/picture/templates/picture/picture_list_thumb.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} {% load static %} @@ -10,16 +10,17 @@ {% block body %} -

{% block book_list_header %}{% trans "Listing of all works" context "gallery" %}{% endblock %}

+

{% block book_list_header %}{% trans "Listing of all works" context "gallery" %}{% endblock %}

-
- {% block book_list_info %} - {% ssi_include 'chunk' key='picture-list' %} - {% endblock %} -
+
+
+ {% block book_list_info %} + {% ssi_include 'chunk' key='picture-list' %} + {% endblock %} +
+
-
- -{% work_list picture_list %} +
+ {% work_list picture_list %} {% endblock %}