X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/catalogue/templates/catalogue/tag_list_split.html diff --git a/apps/catalogue/templates/catalogue/tag_list_split.html b/apps/catalogue/templates/catalogue/tag_list_split.html deleted file mode 100644 index cb7ab26ec..000000000 --- a/apps/catalogue/templates/catalogue/tag_list_split.html +++ /dev/null @@ -1,10 +0,0 @@ -{% load i18n %} -{% if books %} -

{% trans "Literature" %}:

-
{{books|safe}}
-{% endif %} - -{% if pictures %} -

{% trans "Gallery" %}:

-
{{pictures|safe}}
-{% endif %}