X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3438c79639fca7268c397dd3fcfdcf9ca5014a09..fb20b55d2769c454ab880eaa7df053aa491193bf:/wolnelektury/templates/catalogue/picture_detail.html diff --git a/wolnelektury/templates/catalogue/picture_detail.html b/wolnelektury/templates/catalogue/picture_detail.html index dbea337a6..b8b70c6be 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 %} @@ -94,10 +91,4 @@
-
-
{% trans "Close" %}
-
-

* {% trans "Loading" %}

-
-
{% endblock %}