From fcfd1ad4aa613ffc50e9b69b46aca13cb5c3a064 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 16 Nov 2010 17:36:21 +0530 Subject: Typo of type field twice is fixed to details field in the form of registrantion. --HG-- branch : payments --- project/scipycon/registration/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/scipycon/registration/forms.py b/project/scipycon/registration/forms.py index fc9cb70..15934d4 100644 --- a/project/scipycon/registration/forms.py +++ b/project/scipycon/registration/forms.py @@ -168,7 +168,7 @@ class PaymentForm(forms.ModelForm): class Meta: model = Payment - fields = ('paid', 'type', 'type') + fields = ('paid', 'type', 'details') PC = ( -- cgit