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
commit5087bd017e15504b0d4cee6b2b40ce945e5a0929 (patch)
tree7b9879d7b3d2cdc0cbc2e22b41b97cea51fdef89 /ishtar_common/widgets.py
parent8975cbd94eb6b34b9ee3038041705674a092d300 (diff)
downloadIshtar-5087bd017e15504b0d4cee6b2b40ce945e5a0929.tar.bz2
Ishtar-5087bd017e15504b0d4cee6b2b40ce945e5a0929.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/>\