fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fixed pjax volume wishlist/own in profile>collection

This commit is contained in:
Felipe Martín 2014-08-24 18:40:19 +02:00
parent 1dc87d950c
commit d369c354fa
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{% block profile_content %}
<div class="row">
{% for owned_volume in item.have_volumes.all %}
<div class="col-sm-3" data-pjax-container="v{{ volume.pk }}">
<div class="col-sm-3" data-pjax-container="v{{ owned_volume.volume.pk }}">
{% include "manga/series/includes/volume.html" with volume=owned_volume.volume user=item %}
</div>
{% if forloop.counter|divisibleby:4 %}