project/scipycon/registration/forms.py
branchpayments
changeset 261 148f277e7db2
parent 249 9d90fbae1216
child 262 b7c39720475a
equal deleted inserted replaced
260:c6f65d399286 261:148f277e7db2
   166 
   166 
   167         return super(PaymentForm, self).clean()
   167         return super(PaymentForm, self).clean()
   168 
   168 
   169     class Meta:
   169     class Meta:
   170         model = Payment
   170         model = Payment
   171         fields = ('paid', 'type', 'type')
   171         fields = ('paid', 'type', 'details')
   172 
   172 
   173 
   173 
   174 PC = (
   174 PC = (
   175         ('all', 'all'),
   175         ('all', 'all'),
   176         ('paid', 'paid'),
   176         ('paid', 'paid'),