From 58ea31bc73798cc7aec57f5236075066193e312e 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 --- archaeological_operations/widgets.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'archaeological_operations/widgets.py') diff --git a/archaeological_operations/widgets.py b/archaeological_operations/widgets.py index 1d53bb199..04e0fcdfd 100644 --- a/archaeological_operations/widgets.py +++ b/archaeological_operations/widgets.py @@ -53,8 +53,10 @@ class SelectParcelWidget(widgets.TextInput): def render(self, *args, **kwargs): render = super(SelectParcelWidget, self).render(*args, **kwargs) html = u"""{} - """.format(render, _(u"Add")) +
+ +
""".format(render, _(u"Add")) return mark_safe(html) -- cgit v1.2.3