This patch adds a javascript confirmation box when clicking "Mark as Ineligible" on Student Proposal. This is temporary until we make this action reversible.
Patch by: Tim Ansell
Reviewed by: Pawel Solyga
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])