From bee9ae32c39def40c5b1fe025db6ba5376e826f1 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 3 Jul 2015 03:19:02 -0400 Subject: [PATCH] Call the correct super class --- mayan/apps/ocr/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/ocr/views.py b/mayan/apps/ocr/views.py index 24f31cfc35..a1ce67c938 100644 --- a/mayan/apps/ocr/views.py +++ b/mayan/apps/ocr/views.py @@ -56,7 +56,7 @@ class DocumentSubmitView(ConfirmView): class DocumentManySubmitView(DocumentSubmitView): def get_context_data(self, **kwargs): - context = super(DocumentSubmitView, self).get_context_data(**kwargs) + context = super(DocumentManySubmitView, self).get_context_data(**kwargs) context.update( {