sorted
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
This commit is contained in:
@ -1,11 +1,20 @@
|
||||
<h2>Dein Name wie der auf Teilnahmelisten zu finden ist</h2>
|
||||
<input type="text" name="q"
|
||||
hx-post="/smart/search"
|
||||
hx-trigger="keyup changed delay:500ms"
|
||||
hx-target="#search-results"
|
||||
placeholder="Suchen..."
|
||||
hx-indicator="#indicator"
|
||||
>
|
||||
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="basic-url" class="form-label">Dein Name wie der auf Teilnahmelisten zu finden ist (Nachname Vorname)</label>
|
||||
<div class="input-group">
|
||||
<input type="text" name="q"
|
||||
hx-post="/smart/search"
|
||||
hx-trigger="keyup changed delay:500ms"
|
||||
hx-target="#search-results"
|
||||
placeholder="Suchen..."
|
||||
hx-indicator="#indicator"
|
||||
class="form-control" id="basic-url"
|
||||
>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<i id="indicator" class="fad fa-spinner-third fa-spin htmx-indicator"></i>
|
||||
|
||||
|
Reference in New Issue
Block a user