summaryrefslogtreecommitdiff
path: root/taskapp/forms/user.py
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-05 22:30:45 +0530
committerNishanth Amuluru2011-01-05 22:30:45 +0530
commitdfc9b3caf56c119d10c002c321a8fcd1d7ff8406 (patch)
tree7269db834ceff1448d3586c6d421767e64ea79cf /taskapp/forms/user.py
parent5323d98a3650222a96fdf19110280991e08b68e8 (diff)
downloadpytask-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.py2
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)