summaryrefslogtreecommitdiff
path: root/ishtar_common/forms.py
diff options
context:
space:
mode:
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
commit9b3581e13e690f3deed43280f96b9aa08784861d (patch)
tree8e7fff44b1e6468889369cc90e29b75c2127f4a3 /ishtar_common/forms.py
parent7e777fc703836f43ebc7997c7b34060b29d4b8bf (diff)
downloadIshtar-9b3581e13e690f3deed43280f96b9aa08784861d.tar.bz2
Ishtar-9b3581e13e690f3deed43280f96b9aa08784861d.zip
UI: date widget - display option
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r--ishtar_common/forms.py1
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):