X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/31e96ec0d71911f016193d5b67b6da3dc697ac9c..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/picture/templates/picture/picture_short.html diff --git a/apps/picture/templates/picture/picture_short.html b/apps/picture/templates/picture/picture_short.html deleted file mode 100644 index 3b4553027..000000000 --- a/apps/picture/templates/picture/picture_short.html +++ /dev/null @@ -1,78 +0,0 @@ -{% load i18n %} -{% load thumbnail %} -{% load catalogue_tags social_tags %} -{% load picture_tags %} - -
-
-
- {% block picture-view %} - - {% thumbnail picture.image_file "216x288" crop="center" as thumb %} - - {% endthumbnail %} - - {% endblock %} - {# what about licensing icons here #} -
-
- -
-
- {% for author in tags.author %} - {{ author }}{% if not forloop.last %},{% endif %} - {% endfor %} -
- -
-
- {% spaceless %} - - {% trans "Epoch" %}:  - - {% for tag in tags.epoch %} - {{ tag.name }}{% if not forloop.last %}, {% endif %} - {% endfor %} - - - {% trans "Kind" %}:  - - {% for tag in tags.kind %} - {{ tag.name }}{% if not forloop.last %}, {% endif %} - {% endfor %} - - - {% trans "Genre" %}:  - - {% for tag in tags.genre %} - {{ tag.name }}{% if not forloop.last %}, {% endif %} - {% endfor %} - - - {% endspaceless %} -
-
- - {% block book-box-extra-info %}{% endblock %} - {% block box-append %} - {% endblock %} - {% block right-column %} - {% endblock %} -
-
-