X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/picture/templates/picture/picture_list_thumb.html diff --git a/apps/picture/templates/picture/picture_list_thumb.html b/apps/picture/templates/picture/picture_list_thumb.html deleted file mode 100644 index adfc25eb5..000000000 --- a/apps/picture/templates/picture/picture_list_thumb.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags %} -{% load static %} -{% load ssi_include from ssify %} - -{% block bodyid %}picture-list{% endblock %} - -{% block titleextra %}{% trans "Listing of all works" context "gallery" %}{% endblock %} - - -{% 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 %} - - - - -{% endblock %}