diff --git a/tailbone/templates/themes/butterball/base.mako b/tailbone/templates/themes/butterball/base.mako index f57c3257..8a951831 100644 --- a/tailbone/templates/themes/butterball/base.mako +++ b/tailbone/templates/themes/butterball/base.mako @@ -736,31 +736,20 @@
-## ## Quickie Lookup -## % if quickie is not Undefined and quickie and request.has_perm(quickie.perm): -##
-## ${h.form(quickie.url, method="get")} -##
-##
-##
-## -## -##
-##
-## -##
-##
-##
-## ${h.end_form()} -##
-## % endif + ## Quickie Lookup + % if quickie is not Undefined and quickie and request.has_perm(quickie.perm): + ${h.form(quickie.url, method='get', style='display: flex; gap: 0.5rem; margin-right: 1rem;')} + + + + Lookup + + ${h.end_form()} + % endif % if master and master.configurable and master.has_perm('configure'): % if not request.matched_route.name.endswith('.configure'):