Ticket #12333: checkbox_input.diff

File checkbox_input.diff, 143 bytes (added by alexis_m, 14 years ago)

diff for the patch proposition

Line 
1375c375
2< if (value not in ('', None)) and str(value) not in ('False', 'True'):
3---
4> if value not in ('', True, False, None):
Back to Top