fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fome Sixes

This commit is contained in:
Felipe Martin 2014-03-31 23:10:18 +02:00
parent a3e552091e
commit 2610bb9ea9
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<div class="col-sm-2" data-pjax-container="v{{ volume.pk }}">
{% include "manga/series/includes/volume.html" with volume=volume user=user %}
</div>
{% if forloop.counter|divisibleby:4 %}
{% if forloop.counter|divisibleby:5 %}
</div>
<div class="row">
{% endif %}

View File

@ -1,5 +1,7 @@
{% extends "_pjax.html" %}
{% block page_title %}{{ block.super }} | {{ volume.series.name }}{% endblock %}
{% block main_content %}
{% include "manga/series/includes/volume.html" %}
{% endblock %}