Replace the occurence of role to rights.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 18 Jan 2011 21:58:24 +0530
changeset 468 e5f8ea40369c
parent 467 8708dcccc042
child 469 87f03c28f5de
Replace the occurence of role to rights.
pytask/profile/forms.py
--- 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):