Fixes #4084: cover on book page links to html.
[wolnelektury.git] / src / catalogue / templates / catalogue / book_short.html
index 3586b2e..0c63179 100644 (file)
@@ -22,7 +22,7 @@
 
         <div class="cover-area">
           {% if book.cover_thumb %}
-            <a href="{{ book.get_absolute_url }}">
+            <a href="{% block cover-link %}{{ book.get_absolute_url }}{% endblock %}">
               <img src="{{ book.cover_thumb.url }}" alt="Cover" class="cover" />
             </a>
           {% endif %}