File tree 3 files changed +3
-4
lines changed
apps/devhub/templates/devhub
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{% set search_form = SimpleSearchForm(request, None) %}
2
2
< form action ="{{ remora_url('/developers/search') }} " method ="get ">
3
3
< span class ="wrap ">
4
- < input type ="text " name ="q " required
4
+ < input type ="text " name ="q "
5
5
class ="text {% if not search_form.q.data %}placeholder{% endif %} "
6
6
value ="{{ search_form.q.data or '' }} "
7
7
placeholder ="{{ _('Search Developer Docs') }} ">
Original file line number Diff line number Diff line change 5
5
{% endif %}
6
6
{% set search_form = SimpleSearchForm(request, search_cat) %}
7
7
< form id ="search " action ="{{ search_url }} ">
8
- < input id ="search-q " type ="text " name ="q " required autocomplete ="off " title =""
8
+ < input id ="search-q " type ="text " name ="q " autocomplete ="off " title =""
9
9
class ="text {% if not search_form.q.data %}placeholder{% endif %} "
10
10
placeholder ="{{ search_form.placeholder() }} "
11
11
value ="{{ search_form.q.data or '' }} ">
Original file line number Diff line number Diff line change 1
1
{% set search_form = SimpleSearchForm(request, search_cat) %}
2
2
< form id ="search " action ="{{ url('search.search') }} ">
3
3
< span class ="wrap ">
4
- < input id ="search-q " type ="text " name ="q " required
5
- required autocomplete ="off " title =""
4
+ < input id ="search-q " type ="text " name ="q " autocomplete ="off " title =""
6
5
class ="text {% if not search_form.q.data %}placeholder{% endif %} "
7
6
placeholder ="{{ search_form.placeholder() }} "
8
7
value ="{{ search_form.q.data or '' }} ">
You can’t perform that action at this time.
0 commit comments