Added the review capability to the student_proposal review page.
Note that editing of reviews still is not allowed, and Students can't read/respond yet.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.dispatch import Signal
request_started = Signal()
request_finished = Signal()
got_request_exception = Signal(providing_args=["request"])