summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):