From 11b45966ae6c132c5d1c2d4c351761df4d16d396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Sun, 1 Feb 2015 14:01:43 +0100 Subject: [PATCH] Added "add volume" button to "volumes" tab on series edit --- .../templates/_admin/manga/series/includes/volumes.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shelfzilla/themes/bootflat/templates/_admin/manga/series/includes/volumes.html b/shelfzilla/themes/bootflat/templates/_admin/manga/series/includes/volumes.html index 47ce4d8..cd374e7 100644 --- a/shelfzilla/themes/bootflat/templates/_admin/manga/series/includes/volumes.html +++ b/shelfzilla/themes/bootflat/templates/_admin/manga/series/includes/volumes.html @@ -1,4 +1,9 @@ {% load i18n %} + +{% if original %} +{% trans "Add" %} {% trans "Volume" %} +
+
@@ -15,4 +20,4 @@ {% endfor %}
 
- +{% endif %}