From 7b1670001be8c7198c5c6b1ed0a19adaf7fee8c9 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/forms.py') 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