mirror of https://gitlab.crans.org/bde/nk20
Placeholder for note search input
This commit is contained in:
parent
18c95f2063
commit
0c70f15721
|
@ -33,10 +33,12 @@
|
|||
<ul class="list-group list-group-flush" id="note_list">
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{# User search with autocompletion #}
|
||||
<div class="card-footer bg-white">
|
||||
<input class="form-control mx-auto d-block" type="text" id="note" />
|
||||
<ul class="list-group list-group-flush"
|
||||
id="alias_matched">
|
||||
<input class="form-control mx-auto d-block"
|
||||
placeholder="{% trans "Name or alias" %}" type="text" id="note" />
|
||||
<ul class="list-group list-group-flush" id="alias_matched">
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue