Adds manual review view
This commit is contained in:
@ -23,7 +23,7 @@ class ImportTroubleshoot(View):
|
||||
raise PermissionDenied()
|
||||
|
||||
items = job.items.order_by("index").filter(
|
||||
fail_reason__isnull=False, book_guess__isnull=False
|
||||
fail_reason__isnull=False, book_guess__isnull=True
|
||||
)
|
||||
|
||||
paginated = Paginator(items, PAGE_LENGTH)
|
||||
|
Reference in New Issue
Block a user