From f83fc18ebca1f76cf4ba1fe331d8d7a2c57627f2 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 18 Jan 2022 12:29:23 -0600 Subject: [PATCH] Use buefy input for quickie search not sure why this suddenly has poor style / formatting, but this fixes --- tailbone/templates/themes/falafel/base.mako | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tailbone/templates/themes/falafel/base.mako b/tailbone/templates/themes/falafel/base.mako index b50cfef7..5ab12a03 100644 --- a/tailbone/templates/themes/falafel/base.mako +++ b/tailbone/templates/themes/falafel/base.mako @@ -353,7 +353,14 @@
- ${h.text('entry', placeholder=quickie.placeholder, autocomplete='off')} + % if use_buefy: + + + % else: + ${h.text('entry', placeholder=quickie.placeholder, autocomplete='off')} + % endif