app/soc/models/group_app.py
changeset 1199 4e69a5f30a9a
parent 1085 0afbdd0905ef
child 1229 ec3768cbf369
--- a/app/soc/models/group_app.py	Tue Feb 03 09:20:09 2009 +0000
+++ b/app/soc/models/group_app.py	Tue Feb 03 13:26:34 2009 +0000
@@ -105,7 +105,6 @@
       default='needs review',
       verbose_name=ugettext('Application Status'))
 
-  
   # timestamp to record the time on which this application has been created
   created_on = db.DateTimeProperty(required=True, auto_now_add=True,
       verbose_name=ugettext('Created on'))