Replace the occurence of role to rights.
--- a/pytask/profile/forms.py Tue Jan 18 21:58:08 2011 +0530
+++ b/pytask/profile/forms.py Tue Jan 18 21:58:24 2011 +0530
@@ -94,7 +94,7 @@
class Meta:
model = Profile
- exclude = ['pynts', 'rights']
+ exclude = ['pynts', 'role']
class EditProfileForm(forms.ModelForm):