Skip to content

Commit

Permalink
fix aria-label in search box (DefectDojo#11769)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Vuong <kevin.vuong@hrsdc-rhdcc.gc>
  • Loading branch information
2 people authored and quirinziessler committed Feb 18, 2025
1 parent 9b59510 commit 14d1379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<div class="custom-search-form">
<form id="custom_search_form" role="search" method="get" action="{% url 'simple_search' %}">
<div class="input-group">
<input id="simple_search" label="simple_search" aria_label="simple_search" type="text" name="query" class="form-control"
<input id="simple_search" label="simple_search" aria-label="simple_search" type="text" name="query" class="form-control"
placeholder="{% trans "Search" %}..." value="{{clean_query}}">
<span class="input-group-btn">
<button id="simple_search_submit" class="btn btn-primary" type="submit" aria-label="Search">
Expand Down

0 comments on commit 14d1379

Please sign in to comment.