From 0d8ee5435c5a3d8fc3d3bd0b5be32ac72f0e73e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Sat, 31 Jan 2015 15:17:14 +0100 Subject: [PATCH] Fixed language flag "slim" position --- .../templates/manga/series/includes/volume.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/shelfzilla/themes/bootflat/templates/manga/series/includes/volume.html b/shelfzilla/themes/bootflat/templates/manga/series/includes/volume.html index f71d3e8..7a4b417 100644 --- a/shelfzilla/themes/bootflat/templates/manga/series/includes/volume.html +++ b/shelfzilla/themes/bootflat/templates/manga/series/includes/volume.html @@ -19,10 +19,12 @@ {% endif %} {% if type == 'slim' %} - {% if show_language and volume.language %} - - {% endif %} -

{{ volume }}

+

+ {% if show_language and volume.language %} + + {% endif %} + {{ volume }} +

{% else %}