Fixes an error that occurs when moving the document by setting another link ID or Scope path. This is due to the fact that author is a required property in the Work model.
Patch by: Lennard de Rijk
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])