summaryrefslogtreecommitdiff
path: root/ishtar_common/widgets.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-17 15:59:26 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-17 15:59:26 +0100
commit58ea31bc73798cc7aec57f5236075066193e312e (patch)
tree7b9879d7b3d2cdc0cbc2e22b41b97cea51fdef89 /ishtar_common/widgets.py
parent511c5107c6381854a69b9a92907d35b4bd667688 (diff)
downloadIshtar-58ea31bc73798cc7aec57f5236075066193e312e.tar.bz2
Ishtar-58ea31bc73798cc7aec57f5236075066193e312e.zip
Adapt layout for bootstrap v4-beta3
Diffstat (limited to 'ishtar_common/widgets.py')
-rw-r--r--ishtar_common/widgets.py4
1 files changed, 2 insertions, 2 deletions
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'<span class="input-group-addon">'\
- u'<a href="#" class="add-button" '\
+ new = u'<span class="input-group-append">'\
+ u'<a href="#" class="add-button input-group-text" '\
u'onclick="open_window(\'%s\');">+</a></span></div>' % url_new
html += u"""<input%(attrs_select)s/>%(new)s\
<input type="hidden"%(attrs_hidden)s/>\