taskapp/forms/user.py
changeset 219 f04a1ec7a07f
parent 213 a01078a9bbcf
--- a/taskapp/forms/user.py	Wed Jan 05 22:22:10 2011 +0530
+++ b/taskapp/forms/user.py	Wed Jan 05 22:30:45 2011 +0530
@@ -16,7 +16,7 @@
     
     class Meta:
         model = Profile
-        exclude = ('user','rights','dob','credits')
+        exclude = ('user','rights','dob','pynts')
 
     def clean_photo(self):
         uploaded_photo = self.data.get('photo', None)