X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4fae06ea1b9fec1a45482ac043aa049ebce3f465..HEAD:/src/documents/templatetags/documents.py diff --git a/src/documents/templatetags/documents.py b/src/documents/templatetags/documents.py index b0a34bc9..b694e22b 100644 --- a/src/documents/templatetags/documents.py +++ b/src/documents/templatetags/documents.py @@ -37,6 +37,7 @@ def main_tabs(context): tabs.append(Tab('upload', _('Upload'), reverse("documents_upload"))) tabs.append(Tab('cover', _('Covers'), reverse("cover_image_list"))) + tabs.append(Tab('isbn', 'ISBN', reverse("isbn_list"))) return {"tabs": tabs, "active_tab": active}