diff --git a/app/templates/book/collection_view.html b/app/templates/book/collection_view.html index eb36824..6c6588c 100644 --- a/app/templates/book/collection_view.html +++ b/app/templates/book/collection_view.html @@ -132,9 +132,7 @@ {% endif %} -
+

+ class="text-sm md:text-[2rem] inline font-extrabold dark:text-white w-10/12 break-words"> {{book.label}}

-
+
+ {% if current_user.is_authenticated and page.pages > 1 %} +
+ +
+ {% endif %}
{% endblock %}