diff -r 663edd9f7e66 -r 101c586ff5c8 app/soc/views/user/profile.py --- 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')