From fe3dcbc843e4a2c8a1bc36ad2a0efedd18b8f491 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 10 Jan 2016 18:46:19 +0100 Subject: Fix land planning service form (refs #2999) --- ishtar_common/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/widgets.py') diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py index 2aa9b12f6..dc6324b79 100644 --- a/ishtar_common/widgets.py +++ b/ishtar_common/widgets.py @@ -292,7 +292,7 @@ class JQueryAutoComplete(forms.TextInput): html = u'''%(new)s\ \ + %(js)s//--> ''' % { 'attrs_select': flatatt(attrs_select), 'attrs_hidden': flatatt(attrs_hidden), -- cgit v1.2.3