X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/catalogue/templates/catalogue/picture_detail.html diff --git a/apps/catalogue/templates/catalogue/picture_detail.html b/apps/catalogue/templates/catalogue/picture_detail.html deleted file mode 100644 index b8b70c6be..000000000 --- a/apps/catalogue/templates/catalogue/picture_detail.html +++ /dev/null @@ -1,94 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags pagination_tags %} -{% load thumbnail %} - - -{% block titleextra %}{{ picture.title }}{% endblock %} - -{% block bodyid %}picture-detail{% endblock %} - -{% block body %} -

{{picture.title}}

- -
- - - {% thumbnail picture.image_file "400x500" upscale="false" as im %} - - {% endthumbnail %} - - {% if picture.info.license %} -

{% trans "Work is licensed under " %} {{ picture.info.license_description }}.

- {% endif %} -

{% trans "Based on" %}: {{ picture.info.source_name }}

- {% if picture.info.description %} -
-
{{ picture.info.description|safe }}
-{%comment%}
{{ picture.info.description|safe|truncatewords_html:30 }}
{%endcomment%} -
-

- {% endif %} - -
- -
-
-

{% trans "Details" %}

- -

{% trans "Other resources" %}

- -

{% trans "View XML source" %}

-
-
-

{% trans "Work's themes " %}

- -
-
-
-{% endblock %}