X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..ddf2102eff7ea420a4ea5144c43409587fc1156e:/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 adfc25eb5..9fc4eb9e0 100644 --- a/src/picture/templates/picture/picture_list_thumb.html +++ b/src/picture/templates/picture/picture_list_thumb.html @@ -1,8 +1,8 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} {% load static %} -{% load ssi_include from ssify %} +{% load chunk from chunks %} {% block bodyid %}picture-list{% endblock %} @@ -10,21 +10,17 @@ {% block body %} -

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

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

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

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