Proposal data is now stored in a list rather then a dictionary for the AssignedProposals JSON object.
As requested by Mario.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])