app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 09 Jul 2009 14:00:59 +0200
changeset 2581 1614713cd973
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Changed title entry in GradingSurveyGroup's public template to name.

from django.dispatch import Signal

template_rendered = Signal(providing_args=["template", "context"])