X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/884be9d702f99a38cd9b04c4fdedca887286f35d..6280673f35e13e75e81c5b7821bd2a44a1831eab:/apps/picture/templates/picture/picture_viewer.html diff --git a/apps/picture/templates/picture/picture_viewer.html b/apps/picture/templates/picture/picture_viewer.html index 65b689d27..e169dbe0f 100644 --- a/apps/picture/templates/picture/picture_viewer.html +++ b/apps/picture/templates/picture/picture_viewer.html @@ -1,7 +1,7 @@ {% extends "catalogue/viewer_base.html" %} {% load i18n %} {% load static from staticfiles %} -{% load compressed catalogue_tags %} +{% load catalogue_tags %} {% load thumbnail %} @@ -42,7 +42,11 @@
  • - Narodowe Centrum Kultury + {% for sponsor in sponsors %} + {% thumbnail sponsor.logo "80x200" as logo %} + {{ sponsor.name }} + {% endthumbnail %} + {% endfor %}
  • {% endblock %} @@ -67,7 +71,11 @@
    Wolne Lektury - Narodowe Centrum Kultury + {% for sponsor in sponsors %} + {% thumbnail sponsor.logo "220x220" as logo %} + {{ sponsor.name }} + {% endthumbnail %} + {% endfor %}
    {% book_info picture %}