Call the correct super class

This commit is contained in:
Roberto Rosario
2015-07-03 03:19:02 -04:00
parent 0a42233e58
commit bee9ae32c3

View File

@@ -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(
{