We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e82f9c1 + 3d96a06 commit a103211Copy full SHA for a103211
readthedocs/templates/projects/project_dashboard_base.html
@@ -115,7 +115,7 @@ <h3>{% trans "Projects" %}</h3>
115
<div class="module search search-dashboard">
116
<form action="{% url 'search' %}" method="GET">
117
<div class="text-input-wrapper search search-dashboard">
118
- <input type="text" name="q" class="search">
+ <input type="text" name="q" class="search" placeholder="{% trans 'Search Read the Docs' %}">
119
{% if type %}
120
<input type="hidden" name="type" value="{{ type }}">
121
{% endif %}
0 commit comments