Use buefy input for quickie search
not sure why this suddenly has poor style / formatting, but this fixes
This commit is contained in:
parent
23fb5e09d1
commit
f83fc18ebc
|
@ -353,7 +353,14 @@
|
|||
<div class="level">
|
||||
<div class="level-right">
|
||||
<div class="level-item">
|
||||
${h.text('entry', placeholder=quickie.placeholder, autocomplete='off')}
|
||||
% if use_buefy:
|
||||
<b-input name="entry"
|
||||
placeholder="${quickie.placeholder}"
|
||||
autocomplete="off">
|
||||
</b-input>
|
||||
% else:
|
||||
${h.text('entry', placeholder=quickie.placeholder, autocomplete='off')}
|
||||
% endif
|
||||
</div>
|
||||
<div class="level-item">
|
||||
<button type="submit" class="button is-primary">
|
||||
|
|
Loading…
Reference in a new issue