pytask/profile/forms.py
changeset 77 c63a9519dc37
parent 74 a8fbe291385c
child 81 70726699ca80
--- a/pytask/profile/forms.py	Sat Jan 08 14:04:08 2011 +0530
+++ b/pytask/profile/forms.py	Sat Jan 08 14:41:09 2011 +0530
@@ -89,7 +89,7 @@
 
     class Meta:
         model = Profile
-        fields = ['full_name', 'aboutme', 'gender', 'dob', 'address', 'phonenum']
+        exclude = ['pynts', 'rights']
 
 class EditProfileForm(forms.ModelForm):