VALUE_TYPES = {
LegimiCategory: {
'widget': 'select',
- 'options': list(legimi.CATEGORIES.keys()),
+ 'options': [''] + list(legimi.CATEGORIES.keys()),
},
Epoch: {
'autocomplete': {
"language": {
'widget': 'select',
'options': [
+ '',
'pol',
'eng',
'fre',