diff --git a/mayan/apps/sources/views.py b/mayan/apps/sources/views.py index bf8ea5386d..1067745980 100644 --- a/mayan/apps/sources/views.py +++ b/mayan/apps/sources/views.py @@ -323,6 +323,7 @@ class UploadInteractiveVersionView(UploadBaseView): self.document = get_object_or_404(Document, pk=kwargs['document_pk']) + # TODO: Try to remove this new version block check from here if NewVersionBlock.objects.is_blocked(self.document): messages.error( self.request,