app/soc/models/mentor.py
changeset 2588 db306bbda381
parent 1989 3fa3384b5378
--- a/app/soc/models/mentor.py	Tue Jul 07 20:17:23 2009 -0500
+++ b/app/soc/models/mentor.py	Sat Jul 11 13:56:55 2009 +0200
@@ -36,7 +36,7 @@
 
   #: A required property that defines the program that this mentor works for
   program = db.ReferenceProperty(reference_class=soc.models.program.Program,
-                              required=True, collection_name='mentors')
+                                 required=True, collection_name='mentors')
 
   can_we_contact_you = db.BooleanProperty(verbose_name=ugettext(
       'Can we contact you?'))