diff -r a18e93e21672 -r 35bf48c27eb6 app/soc/views/user/profile.py --- 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')