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 %}