Skip to content

Commit c4fe693

Browse files
kevin-vuong99Kevin Vuong
andauthored
fix aria-label in search box (#11769)
Co-authored-by: Kevin Vuong <kevin.vuong@hrsdc-rhdcc.gc>
1 parent cb184ff commit c4fe693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<div class="custom-search-form">
127127
<form id="custom_search_form" role="search" method="get" action="{% url 'simple_search' %}">
128128
<div class="input-group">
129-
<input id="simple_search" label="simple_search" aria_label="simple_search" type="text" name="query" class="form-control"
129+
<input id="simple_search" label="simple_search" aria-label="simple_search" type="text" name="query" class="form-control"
130130
placeholder="{% trans "Search" %}..." value="{{clean_query}}">
131131
<span class="input-group-btn">
132132
<button id="simple_search_submit" class="btn btn-primary" type="submit" aria-label="Search">

0 commit comments

Comments
 (0)