app/soc/views/user/profile.py
changeset 256 101c586ff5c8
parent 249 325fb70c61a9
child 267 0c008a43443b
--- a/app/soc/views/user/profile.py	Wed Oct 01 21:58:31 2008 +0000
+++ b/app/soc/views/user/profile.py	Wed Oct 01 22:02:50 2008 +0000
@@ -49,7 +49,7 @@
     model = soc.models.user.User
     
     #: list of model fields which will *not* be gathered by the form
-    exclude = ['id', 'former_ids', 'is_developer', 'inheritance_line']
+    exclude = ['id', 'former_ids', 'is_developer']
   
   def clean_link_name(self):
     link_name = self.cleaned_data.get('link_name')