field for cybernauts
[redakcja.git] / apps / catalogue / templatetags / catalogue.py
index 3cc7210..7f372f7 100644 (file)
@@ -32,7 +32,6 @@ def main_tabs(context):
 
     if user.has_perm('catalogue.add_book'):
         tabs.append(Tab('create', _('Add'), reverse("catalogue_create_missing")))
-        tabs.append(Tab('upload', _('Upload'), reverse("catalogue_upload")))
 
     return {"tabs": tabs, "active_tab": active}