Fix base class name

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-10-10 15:53:00 -04:00
parent b83c14bd36
commit 5bf86c82e2
2 changed files with 2 additions and 3 deletions

View File

@@ -10,8 +10,7 @@ from .views import (
DocumentPagesAppendView, DocumentVersionUploadInteractiveView,
SetupSourceCheckView, SetupSourceCreateView,
SetupSourceDeleteView, SetupSourceEditView, SetupSourceListView,
SourceLogListView, StagingFileDeleteView, UploadInteractiveVersionView,
UploadInteractiveView
SourceLogListView, StagingFileDeleteView, UploadInteractiveView
)
from .wizards import DocumentCreateWizard

View File

@@ -472,7 +472,7 @@ class DocumentVersionUploadInteractiveView(UploadBaseView):
return context
class DocumentPagesAppendView(UploadInteractiveVersionView):
class DocumentPagesAppendView(DocumentVersionUploadInteractiveView):
def get_document_form_initial(self):
return {
'append_pages': True,