X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3badd77f743883992829a1174eef7c8d5e851766..f43bad97b17e376293c0a72e9c1726733fc285fa:/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 %}