# HG changeset patch # User Madhusudan.C.S # Date 1295368104 -19800 # Node ID e5f8ea40369ccdb5fb141942b90088479c900da3 # Parent 8708dcccc042d2329aeac55ea271ce58a1f3de57 Replace the occurence of role to rights. diff -r 8708dcccc042 -r e5f8ea40369c 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):