Make search bar in dashboard have a more clear message.

remove-default-role
ze 2018-03-24 02:13:49 -04:00
parent f4e645dcd5
commit 589d0774ba
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
<div class="module search search-dashboard">
<form action="{% url 'search' %}" method="GET">
<div class="text-input-wrapper search search-dashboard">
<input type="text" name="q" class="search">
<input type="text" name="q" class="search" placeholder="Search Read the Docs">
{% if type %}
<input type="hidden" name="type" value="{{ type }}">
{% endif %}