Fixed Task public view to always call the update method.
Also removed an obsolete value ws_entity that could not be unpacked (therefore causing 505's).
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])