app/soc/views/user/profile.py
changeset 224 35bf48c27eb6
parent 191 80f08751f1e5
child 245 b14c2c4d3484
--- a/app/soc/views/user/profile.py	Wed Oct 01 00:43:07 2008 +0000
+++ b/app/soc/views/user/profile.py	Wed Oct 01 00:45:30 2008 +0000
@@ -48,7 +48,7 @@
     model = soc.models.user.User
     
     #: list of model fields which will *not* be gathered by the form
-    exclude = ['id', 'former_ids', 'is_developer']
+    exclude = ['id', 'former_ids', 'is_developer', 'inheritance_line']
   
   def clean_link_name(self):
     link_name = self.cleaned_data.get('link_name')