Fix indentation error.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-11 05:20:21 -04:00
committed by Roberto Rosario
parent baa1307870
commit 43955d680a

View File

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