Moved the Student cleaner to the create form such that it is always used.
Also enforced that the user picks a School type in the cleaner for the time being.
from django.conf.urls.defaults import *urlpatterns = patterns('django.contrib.flatpages.views', (r'^(?P<url>.*)$', 'flatpage'),)