diff --git a/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html b/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html index 6b06546..89f1b8b 100644 --- a/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html +++ b/shelfzilla/themes/bootflat/templates/manga/publishers/detail.html @@ -38,15 +38,17 @@ {% for series in item.series %} - - {% if series.slug %} - {{ series.name }} - {% else %} - {{ series.name }} - {% endif %} - - {{ series.volumes.count }} - {{ series.finished|yesno|capfirst }} + + + {% if series.slug %} + {{ series.name }} + {% else %} + {{ series.name }} + {% endif %} + + {{ series.volumes.count }} + {{ series.finished|yesno|capfirst }} + {% endfor %}