fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Added "add volume" button to "volumes" tab on series edit

This commit is contained in:
Felipe Martín 2015-02-01 14:01:43 +01:00
parent d96705b703
commit 11b45966ae
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
{% load i18n %}
{% if original %}
<a class="btn btn-info pull-right" href="{% url "admin:manga_volume_add" %}?series={{ original.pk }}">{% trans "Add" %} {% trans "Volume" %}</a>
<br />
<br />
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<th>&nbsp;</th>
@ -15,4 +20,4 @@
{% endfor %}
</tbody>
</table>
{% endif %}