app/soc/views/models/group.py
changeset 2656 25210120d67b
parent 2160 3f9dd37d98a8
child 2665 1f4acb80fd95
--- a/app/soc/views/models/group.py	Tue Jul 14 22:33:37 2009 +0200
+++ b/app/soc/views/models/group.py	Wed Jul 15 11:48:43 2009 +0200
@@ -91,6 +91,7 @@
     new_params['list_heading'] = 'soc/group/list/heading.html'
 
     new_params['create_extra_dynaproperties'] = {
+       'email': forms.fields.EmailField(required=True),
        'clean_phone': cleaning.clean_phone_number('phone'),
        'clean_contact_street': cleaning.clean_ascii_only('contact_street'),
        'clean_contact_city': cleaning.clean_ascii_only('contact_city'),