diff --git a/shelfzilla/themes/bootflat/templates/users/profile/collection.html b/shelfzilla/themes/bootflat/templates/users/profile/collection.html index 819c131..745aa3a 100644 --- a/shelfzilla/themes/bootflat/templates/users/profile/collection.html +++ b/shelfzilla/themes/bootflat/templates/users/profile/collection.html @@ -6,7 +6,7 @@ {% block profile_content %}
{% for owned_volume in item.have_volumes.all %} -
+
{% include "manga/series/includes/volume.html" with volume=owned_volume.volume user=item %}
{% if forloop.counter|divisibleby:4 %}