Students who follow the submit your student proposal link will now see their org's proposal template when creating their own proposal.
Also made the org link_id field readonly.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.dispatch import Signal
template_rendered = Signal(providing_args=["template", "context"])