app/soc/views/models/sponsor.py
changeset 564 d928d226cfad
parent 554 68c7a1dd3c52
child 569 96d9655a7538
--- a/app/soc/views/models/sponsor.py	Sat Nov 22 20:38:27 2008 +0000
+++ b/app/soc/views/models/sponsor.py	Sat Nov 22 20:54:42 2008 +0000
@@ -52,7 +52,7 @@
     model = soc.models.sponsor.Sponsor
     
     #: list of model fields which will *not* be gathered by the form
-    exclude = ['scope', 'scope_path', 'founder', 'inheritance_line']
+    exclude = ['scope', 'scope_path', 'founder', 'inheritance_line', 'home']
   
   # TODO(pawel.solyga): write validation functions for other fields
   def clean_link_id(self):