Added button to the GradingRecords overview to send mail when updating projects.
Note that this will mail all the projects for which a record is available.
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])