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.conf.urls.defaults import *urlpatterns = patterns('django.contrib.flatpages.views', (r'^(?P<url>.*)$', 'flatpage'),)