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.
"Decorator for views that gzips pages if the client supports it."
from django.utils.decorators import decorator_from_middleware
from django.middleware.gzip import GZipMiddleware
gzip_page = decorator_from_middleware(GZipMiddleware)