Adds manual review view

This commit is contained in:
Mouse Reeve
2021-11-12 16:23:56 -08:00
parent 9bff27e61f
commit 221cde9be4
7 changed files with 132 additions and 3 deletions

View File

@ -46,7 +46,8 @@ from .shelf.shelf_actions import shelve, unshelve
# csv import
from .imports.import_data import Import
from .imports.import_status import ImportStatus
from .imports.troubelshoot import ImportTroubleshoot
from .imports.troubleshoot import ImportTroubleshoot
from .imports.manually_review import ImportManualReview
# misc views
from .author import Author, EditAuthor