mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
a11y: set an aria-label for unlabelled search input (#2531)
This commit is contained in:
commit
742a23b668
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
<input name="q"
|
<input name="q"
|
||||||
type="search"
|
type="search"
|
||||||
placeholder="{% firstof placeholder default_placeholder %}"
|
placeholder="{% firstof placeholder default_placeholder %}"
|
||||||
|
aria-label="{% firstof placeholder default_placeholder %}"
|
||||||
value="{{ request.GET.q|default:"" }}" />
|
value="{{ request.GET.q|default:"" }}" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col third mwide">
|
<div class="col third mwide">
|
||||||
|
|
Loading…
Reference in a new issue