aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/default.html')
-rwxr-xr-xservo/templates/default.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/servo/templates/default.html b/servo/templates/default.html
index adcc592..8a62a4a 100755
--- a/servo/templates/default.html
+++ b/servo/templates/default.html
@@ -40,8 +40,9 @@
<li class="{% active request '^stats' %}"><a href="{% url 'stats-index' %}"><i class="halflings stats white"></i> {% trans "Statistics" %}</a></li>
</ul>
<div class="nav-collapse collapse">
- <form class="navbar-search pull-right" method="get" action="{{ request|search_url }}">
+ <form class="navbar-search pull-right" method="get" action="{% url 'search-spotlight' %}">
<input type="text" class="search-query" name="q" placeholder="{% trans "Search" %}" autocomplete="off" value="{{ request.session.search_query }}" id="toolbar-search" autofocus/>
+ <input type="hidden" name="hint" value="{{ search_hint|default:'orders' }}"/>
</form>
</div>
</div>