From 5087bd017e15504b0d4cee6b2b40ce945e5a0929 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Jan 2018 15:59:26 +0100 Subject: Adapt layout for bootstrap v4-beta3 --- ishtar_common/widgets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/widgets.py') diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py index 84a58c98c..24a87d5a8 100644 --- a/ishtar_common/widgets.py +++ b/ishtar_common/widgets.py @@ -404,8 +404,8 @@ class JQueryAutoComplete(forms.TextInput): if self.url_new: url_new = self.url_new url_new = reverse(url_new, args=args) - new = u''\ - u''\ + u'+' % url_new html += u"""%(new)s\ \ -- cgit v1.2.3