We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb184ff commit c4fe693Copy full SHA for c4fe693
dojo/templates/base.html
@@ -126,7 +126,7 @@
126
<div class="custom-search-form">
127
<form id="custom_search_form" role="search" method="get" action="{% url 'simple_search' %}">
128
<div class="input-group">
129
- <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"
130
placeholder="{% trans "Search" %}..." value="{{clean_query}}">
131
<span class="input-group-btn">
132
<button id="simple_search_submit" class="btn btn-primary" type="submit" aria-label="Search">
0 commit comments