From dfc9b3caf56c119d10c002c321a8fcd1d7ff8406 Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Wed, 5 Jan 2011 22:30:45 +0530 Subject: Replaced the word credit with pynt --HG-- rename : templates/task/assigncredits.html => templates/task/assignpynts.html --- taskapp/forms/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taskapp/forms/user.py') 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) -- cgit