Added minimum age property to Program model.
This will allow hosts to specify a minium age requirement for Students wanting to participate in a program.
Reviewed and edited by: Lennard de Rijk
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])