Bugfix for books without any text.
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 9 Sep 2020 11:40:24 +0000 (13:40 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000 (14:15 +0200)
src/catalogue/templates/catalogue/book_wide.html

index 26b085a..ffa4bce 100644 (file)
@@ -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 %}