X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3756a9d667b0207137d004f2bb5a7731b671073c..e9cd7fc641895a7702a8f81fcd11c388dd7d9db7:/wolnelektury/templates/catalogue/picture_detail.html diff --git a/wolnelektury/templates/catalogue/picture_detail.html b/wolnelektury/templates/catalogue/picture_detail.html index dbea337a6..b0597097f 100644 --- a/wolnelektury/templates/catalogue/picture_detail.html +++ b/wolnelektury/templates/catalogue/picture_detail.html @@ -4,15 +4,12 @@ {% load thumbnail %} -{% block title %}{{ picture.title }} {% trans "on WolneLektury.pl" %}{% endblock %} +{% block titleextra %}{{ picture.title }}{% endblock %} {% block bodyid %}picture-detail{% endblock %} {% block body %}

{{picture.title}}

-
-

{{ form.q }} {% trans "or" %} {% trans "return to main page" %}

-
{% thumbnail picture.image_file "400x500" upscale="false" as im %} - + {% endthumbnail %} {% if picture.info.license %} @@ -35,7 +32,7 @@ {% if picture.info.description %}
{{ picture.info.description|safe }}
-
{{ picture.info.description|safe|truncatewords_html:30 }}
+{%comment%}
{{ picture.info.description|safe|truncatewords_html:30 }}
{%endcomment%}

{% endif %}