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.
1 parent df22647 commit 6b82ed2Copy full SHA for 6b82ed2
rest_framework/templates/rest_framework/filters/search.html
@@ -5,7 +5,7 @@ <h2>{% trans "Search" %}</h2>
5
<div class="input-group">
6
<input type="text" class="form-control" style="width: 350px" name="{{ param }}" value="{{ term }}">
7
<span class="input-group-btn">
8
- <button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search" aria-hidden="true"></span> Search</button>
+ <button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search" aria-hidden="true"></span> {% trans "Search" %}</button>
9
</span>
10
</div>
11
0 commit comments