From: Radek Czajka Date: Wed, 9 Sep 2020 11:40:24 +0000 (+0200) Subject: Bugfix for books without any text. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/18ab4370207cb0002915e5064c7eeee58a2b536f?hp=9a5e7a1f45c46fbf3509cb660e29806e7ca05a8d Bugfix for books without any text. --- diff --git a/src/catalogue/templates/catalogue/book_wide.html b/src/catalogue/templates/catalogue/book_wide.html index 26b085ad4..ffa4bcea1 100644 --- a/src/catalogue/templates/catalogue/book_wide.html +++ b/src/catalogue/templates/catalogue/book_wide.html @@ -7,7 +7,7 @@ {% block box-class %}book-wide-box{% endblock %} -{% block cover-link %}{% url 'book_text' book.get_first_text.slug %}{% endblock %} +{% block cover-link %}{% if book.get_first_text %}{% url 'book_text' book.get_first_text.slug %}{% endif %}{% endblock %} {% block cover-area-extra %}