File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
readthedocs/templates/search Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 < div class ="wide-search-bar-wrapper clearfix ">
1212 < form action =". " method ="GET ">
1313 < div class ="text-input-wrapper ">
14- < input type ="text " name ="q " value ="{{ query }} ">
14+ < input type ="text " name ="q " value ="{{ query }} " id =" id_site_search_2 " >
1515 < input type ="hidden " name ="selected_facets " value ="{{ selected_facets }} " id ='id_selected_facets '>
1616 </ div >
1717 < div class ="submit-input-wrapper ">
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h2 class="quiet">Search in this project:</h2>
3737 < div class ="wide-search-bar-wrapper clearfix ">
3838 < form action =". " method ="GET ">
3939 < div class ="text-input-wrapper ">
40- < input type ="text " name ="q " value ="{{ query|default_if_none: "" }}">
40+ < input type ="text " name ="q " value ="{{ query|default_if_none: "" }}" id="id_elastic_project_search" >
4141 </ div >
4242 < div class ="submit-input-wrapper ">
4343 {% comment %}Translators: This is about starting a search{% endcomment %}
You can’t perform that action at this time.
0 commit comments