X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..75957f735219259d3b4bc361f80ccd3d7b92a0e9:/src/picture/templates/picture/picture_viewer.html diff --git a/src/picture/templates/picture/picture_viewer.html b/src/picture/templates/picture/picture_viewer.html index 75be359bf..6c35fe07b 100644 --- a/src/picture/templates/picture/picture_viewer.html +++ b/src/picture/templates/picture/picture_viewer.html @@ -3,7 +3,6 @@ {% load static from staticfiles %} {% load catalogue_tags %} {% load thumbnail %} -{% load ssi_include from ssify %} {% block title %}{{ picture.pretty_title }}{% endblock %} @@ -42,8 +41,8 @@
  • - {{ picture.pretty_title }} @@ -60,7 +59,7 @@
  • {% for sponsor in sponsors %} - {% thumbnail sponsor.logo "80x200" as logo %} + {% thumbnail sponsor.logo "120x300" as logo %} {{ sponsor.name }} {% endthumbnail %} {% endfor %} @@ -99,6 +98,6 @@
    - {% ssi_include 'picture_short' pk=picture.pk %} + {% include 'picture/picture_short.html' %}
    {% endblock %}