app/soc/views/user/profile.py
changeset 137 0f572149449d
parent 136 a95f511bfcf8
child 170 1fadf6e0348d
--- a/app/soc/views/user/profile.py	Fri Sep 12 19:01:44 2008 +0000
+++ b/app/soc/views/user/profile.py	Fri Sep 12 20:31:56 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']
+    exclude = ['id', 'former_ids', 'is_developer']
   
   def clean_link_name(self):
     link_name = self.cleaned_data.get('link_name')