1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Renamed new import view to BulkImportView

This commit is contained in:
Jeremy Stretch
2017-06-05 15:53:41 -04:00
parent 2520d9f400
commit 08c8bd3049
6 changed files with 22 additions and 22 deletions

View File

@ -369,7 +369,7 @@ class BulkAddView(View):
})
class BulkImportView2(View):
class BulkImportView(View):
"""
Import objects in bulk (CSV format).