# HG changeset patch # User Madhusudan.C.S # Date 1289909181 -19800 # Node ID 148f277e7db2ec7419be0c7a850fa73e7e54fcf4 # Parent c6f65d3992860e93c5bd7e188461af77db2bfa29 Typo of type field twice is fixed to details field in the form of registrantion. diff -r c6f65d399286 -r 148f277e7db2 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 = (