Fix failing documents app tests.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-09 04:43:04 -04:00
committed by Roberto Rosario
parent 49bb7c879e
commit abf0ecebaf
2 changed files with 16 additions and 21 deletions

View File

@@ -723,7 +723,6 @@ class DocumentPrint(FormView):
return super(DocumentPrint, self).dispatch(request, *args, **kwargs)
def get(self, request, *args, **kwargs):
if not self.page_group and not self.page_range:
return super(DocumentPrint, self).get(request, *args, **kwargs)
else: