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
commit7b1670001be8c7198c5c6b1ed0a19adaf7fee8c9 (patch)
tree8e7fff44b1e6468889369cc90e29b75c2127f4a3 /ishtar_common/forms.py
parente736fa26a437f13c735262f8ca04a5329a6a698c (diff)
downloadIshtar-7b1670001be8c7198c5c6b1ed0a19adaf7fee8c9.tar.bz2
Ishtar-7b1670001be8c7198c5c6b1ed0a19adaf7fee8c9.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):