Fix indentation error.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
baa1307870
commit
43955d680a
@@ -724,7 +724,7 @@ class DocumentPrint(FormView):
|
||||
|
||||
def get(self, request, *args, **kwargs):
|
||||
if not self.page_group and not self.page_range:
|
||||
return super(DocumentPrint, self).get(request, *args, **kwargs)
|
||||
return super(DocumentPrint, self).get(request, *args, **kwargs)
|
||||
else:
|
||||
instance = self.get_object()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user