app/soc/views/models/sponsor.py
changeset 535 9045b8888772
parent 534 c31cfbf1a20f
child 553 c0cc20b4afc9
--- a/app/soc/views/models/sponsor.py	Fri Nov 21 10:46:15 2008 +0000
+++ b/app/soc/views/models/sponsor.py	Fri Nov 21 11:44:39 2008 +0000
@@ -52,7 +52,7 @@
     model = soc.models.sponsor.Sponsor
     
     #: list of model fields which will *not* be gathered by the form
-    exclude = ['founder', 'inheritance_line']
+    exclude = ['scope', 'scope_path', 'founder', 'inheritance_line']
   
   # TODO(pawel.solyga): write validation functions for other fields
   def clean_link_id(self):