From 4a74f2327ad431d623e3ad045140a5c1ddf8e74c Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Thu, 3 Apr 2014 19:31:50 +0200 Subject: [PATCH] Added a container to series listing --- .../bootflat/templates/manga/series/list.html | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/shelfzilla/themes/bootflat/templates/manga/series/list.html b/shelfzilla/themes/bootflat/templates/manga/series/list.html index cae7f91..8f6f3eb 100644 --- a/shelfzilla/themes/bootflat/templates/manga/series/list.html +++ b/shelfzilla/themes/bootflat/templates/manga/series/list.html @@ -16,23 +16,25 @@
- {% for letter in letter_list %} -
-
-

{{ letter.grouper }}

+
+ {% for letter in letter_list %} +
+
+

{{ letter.grouper }}

+
+
- + {% endfor %}
- {% endfor %}
{% endblock %}