diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-15 18:49:40 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-15 18:49:40 +0100 | 
| commit | 9b3581e13e690f3deed43280f96b9aa08784861d (patch) | |
| tree | 8e7fff44b1e6468889369cc90e29b75c2127f4a3 /ishtar_common/forms.py | |
| parent | 7e777fc703836f43ebc7997c7b34060b29d4b8bf (diff) | |
| download | Ishtar-9b3581e13e690f3deed43280f96b9aa08784861d.tar.bz2 Ishtar-9b3581e13e690f3deed43280f96b9aa08784861d.zip | |
UI: date widget - display option
Diffstat (limited to 'ishtar_common/forms.py')
| -rw-r--r-- | ishtar_common/forms.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py index 74965761d..41cebbeb5 100644 --- a/ishtar_common/forms.py +++ b/ishtar_common/forms.py @@ -265,6 +265,7 @@ class IshtarForm(forms.Form):                  widget.options['format'] = DATE_FORMAT[lang]              if 'autoclose' not in widget.options:                  widget.options['autoclose'] = 'true' +            widget.options['todayHighlight'] = 'true'  class TableSelect(IshtarForm): | 
