diff options
author | Nishanth Amuluru | 2011-01-05 22:30:45 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-01-05 22:30:45 +0530 |
commit | dfc9b3caf56c119d10c002c321a8fcd1d7ff8406 (patch) | |
tree | 7269db834ceff1448d3586c6d421767e64ea79cf /taskapp/forms/user.py | |
parent | 5323d98a3650222a96fdf19110280991e08b68e8 (diff) | |
download | pytask-dfc9b3caf56c119d10c002c321a8fcd1d7ff8406.tar.gz pytask-dfc9b3caf56c119d10c002c321a8fcd1d7ff8406.tar.bz2 pytask-dfc9b3caf56c119d10c002c321a8fcd1d7ff8406.zip |
Replaced the word credit with pynt
--HG--
rename : templates/task/assigncredits.html => templates/task/assignpynts.html
Diffstat (limited to 'taskapp/forms/user.py')
-rw-r--r-- | taskapp/forms/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taskapp/forms/user.py b/taskapp/forms/user.py index 5a8acaa..4cde155 100644 --- a/taskapp/forms/user.py +++ b/taskapp/forms/user.py @@ -16,7 +16,7 @@ class UserProfileEditForm(forms.ModelForm): 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) |