diff --git a/shelfzilla/themes/bootflat/templates/users/profile/wishlist.html b/shelfzilla/themes/bootflat/templates/users/profile/wishlist.html index 9ef2b9a..de4cdfd 100644 --- a/shelfzilla/themes/bootflat/templates/users/profile/wishlist.html +++ b/shelfzilla/themes/bootflat/templates/users/profile/wishlist.html @@ -6,7 +6,7 @@ {% block profile_content %}
{% for wishlisted_volume in user.wishlisted_volumes.all %} -
+
{% include "manga/series/includes/volume.html" with volume=wishlisted_volume.volume user=user %}
{% if forloop.counter|divisibleby:4 %}