app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 03 Aug 2009 17:33:58 +0200
changeset 2719 c8841000b863
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Added link for students to resign their profile to the Program menu. Fixes Issue 549.

from django.dispatch import Signal

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