app/soc/views/models/sponsor.py
changeset 569 96d9655a7538
parent 564 d928d226cfad
child 583 12960609a69c
--- a/app/soc/views/models/sponsor.py	Sat Nov 22 22:44:02 2008 +0000
+++ b/app/soc/views/models/sponsor.py	Sat Nov 22 22:45:14 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', 'home']
+    exclude = ['scope', 'scope_path', 'founder', 'home']
   
   # TODO(pawel.solyga): write validation functions for other fields
   def clean_link_id(self):