From 9b3581e13e690f3deed43280f96b9aa08784861d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 15 Jan 2018 18:49:40 +0100 Subject: UI: date widget - display option --- ishtar_common/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common') 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): -- cgit v1.2.3