summaryrefslogtreecommitdiff
path: root/templates/search/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/search/search.html')
-rw-r--r--templates/search/search.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/search/search.html b/templates/search/search.html
index 8aab1eb..e6f37fc 100644
--- a/templates/search/search.html
+++ b/templates/search/search.html
@@ -29,8 +29,12 @@ var end_do_you_mean = "{% trans '?' %}";
{% else %}
<form id='search-form' class='autocomplete-me'>
- <input type="text" id="id_q" name="q" autocomplete="off"/>
- <button name='haystack-search' id='haystack-search' type='button' class="btn btn-default"><span class='action-label'>{% trans "Search" %} </span><span class="glyphicon glyphicon-search"></span></button>
+ <input type="text" id="id_q" name="q" autocomplete="off"
+ placeholder="TROUVEZ un concert, du poulet fermier..."/>
+ <button name='haystack-search' id='haystack-search' type='button'
+ class="btn btn-default"><span class='action-label'>{% trans "Search" %} </span>
+ <i class="fa fa-search" aria-hidden="true"></i>
+ </button>
</form>
<div id='spelling'></div>
<div id='search-result'></div>