X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/892198abd0775399c80104d6ee16aa0f1092045d..e9f9c3887d9c9e45401257a78d3182f17a5a8146:/apps/picture/templates/picture/picture_wide.html diff --git a/apps/picture/templates/picture/picture_wide.html b/apps/picture/templates/picture/picture_wide.html index 46e37c9af..e2fab8cab 100644 --- a/apps/picture/templates/picture/picture_wide.html +++ b/apps/picture/templates/picture/picture_wide.html @@ -1,14 +1,14 @@ {% extends "picture/picture_short.html" %} {% load i18n %} {% load picture_tags thumbnail %} -{% load cite_promo from social_tags %} {% block box-class %}book-wide-box{% endblock %} {% block picture-view %} -{% thumbnail picture.image_file "535" upscale="false" as thumb %} - + +{% thumbnail picture.image_file "535" upscale=0 as thumb %} + {% endthumbnail %} {% endblock %} @@ -16,14 +16,14 @@ {% block book-box-extra-info %} {% if themes or things%}
-

{% trans "Motifs, themes and objects" %}

{% if themes %}

{% trans "Motifs and themes" %}

{% endif %} @@ -31,7 +31,7 @@

{% trans "Objects" %}

{% endif %} @@ -55,9 +55,6 @@ {% if extra_info.about and not hide_about %}
  • {% trans "Picture on" %} {% trans "Editor's Platform" %}
  • {% endif %} - {% if picture.culturepl_link %} -
  • {% trans "Picture description on Lektury.Gazeta.pl" %}
  • - {% endif %} {% if picture.wiki_link %}
  • {% trans "Picture description on Wikipedia" %}
  • {% endif %}