project/scipycon/registration/forms.py
branchpayments
changeset 261 148f277e7db2
parent 249 9d90fbae1216
child 262 b7c39720475a
--- 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 = (