X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8885fd14f5f040eb3aa69f1d705856f99a1fa572..a0f904af83bea5306b09fd66d8dfa254761f5a07:/src/catalogue/templates/catalogue/book_text.html?ds=sidebyside diff --git a/src/catalogue/templates/catalogue/book_text.html b/src/catalogue/templates/catalogue/book_text.html index 041a07a28..67372b3dd 100644 --- a/src/catalogue/templates/catalogue/book_text.html +++ b/src/catalogue/templates/catalogue/book_text.html @@ -62,8 +62,10 @@ {% if extra_info.logo_mono %} - {% thumbnail extra_info.logo_mono '200x200' as th %} - + {% thumbnail extra_info.logo_mono '200x200' as th %} + {{ extra_info.logo_alt|default:'Sponsor' }} {% endthumbnail %} {% endif %}