From 99594b22bb0da5c74377e592c6f5ca8e55999696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Fri, 20 Jun 2014 09:43:38 +0200 Subject: [PATCH] Fixed profile wish list volumes not having correct pjax-container identifier --- .../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 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 %}