Typo of type field twice is fixed to details field in the form of registrantion.
--- 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 = (