From d369c354fa0cdc8f8eda2c3fed96c0560b37040c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Sun, 24 Aug 2014 18:40:19 +0200 Subject: [PATCH] Fixed pjax volume wishlist/own in profile>collection --- .../themes/bootflat/templates/users/profile/collection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}