X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3badd77f743883992829a1174eef7c8d5e851766..8d8fb6e63435faa5de2d07a52812f23b1796a29d:/wolnelektury/templates/catalogue/work-list.html diff --git a/wolnelektury/templates/catalogue/work-list.html b/wolnelektury/templates/catalogue/work-list.html index 34ecb5f0a..19ca7c71d 100755 --- a/wolnelektury/templates/catalogue/work-list.html +++ b/wolnelektury/templates/catalogue/work-list.html @@ -6,10 +6,10 @@
    {% for item in object_list %}
  1. - {% if object_type == 'Book' %} - {% book_short item %} - {% else %} + {% if item.short_html %} {{ item.short_html }} + {% else %} + {% book_short item %} {% endif %}
  2. {% endfor %}