Allow anyone to see student projects
The required rights['show'] exception was already made, but the
any_access check was preventing it from being effictive.
Patch by: Sverre Rabbelier
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])