From ffc7f88e83a4461c5ac9b6e723ca9d63dcb023b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Fri, 20 Jun 2014 09:46:40 +0200 Subject: [PATCH] Fixed for real! --- .../themes/bootflat/templates/users/profile/wishlist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shelfzilla/themes/bootflat/templates/users/profile/wishlist.html b/shelfzilla/themes/bootflat/templates/users/profile/wishlist.html index de4cdfd..d2e9617 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 %}