Fix document parsing tool view typo

Closes GitLab issue #615. Thanks to Tyler Page (@iamtpage) for the
report.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-06-19 00:19:18 -04:00
parent c3b1c4e173
commit 03e59ed964
4 changed files with 48 additions and 5 deletions

View File

@@ -185,7 +185,7 @@ class DocumentTypeSubmitView(FormView):
'%(count)d documents added to the parsing queue.'
) % {
'count': count,
}, requrest=self.request
}, request=self.request
)
return HttpResponseRedirect(redirect_to=self.get_success_url())