Typo of type field twice is fixed to details field in the form of registrantion. payments
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 16 Nov 2010 17:36:21 +0530
branchpayments
changeset 261 148f277e7db2
parent 260 c6f65d399286
child 262 b7c39720475a
Typo of type field twice is fixed to details field in the form of registrantion.
project/scipycon/registration/forms.py
--- a/project/scipycon/registration/forms.py	Tue Nov 16 17:35:03 2010 +0530
+++ b/project/scipycon/registration/forms.py	Tue Nov 16 17:36:21 2010 +0530
@@ -168,7 +168,7 @@
 
     class Meta:
         model = Payment
-        fields = ('paid', 'type', 'type')
+        fields = ('paid', 'type', 'details')
 
 
 PC = (