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 | 7b1670001be8c7198c5c6b1ed0a19adaf7fee8c9 (patch) | |
tree | 8e7fff44b1e6468889369cc90e29b75c2127f4a3 /ishtar_common | |
parent | e736fa26a437f13c735262f8ca04a5329a6a698c (diff) | |
download | Ishtar-7b1670001be8c7198c5c6b1ed0a19adaf7fee8c9.tar.bz2 Ishtar-7b1670001be8c7198c5c6b1ed0a19adaf7fee8c9.zip |
UI: date widget - display option
Diffstat (limited to 'ishtar_common')
-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): |