Skip to content

Commit 0ece320

Browse files
committed
clarified description in the search form, removing the etc since you can't search on author names. Fixes issue ietf-tools#1159. Commit ready to merge.
- Legacy-Id: 15327
1 parent c7a9c2f commit 0ece320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/search/search_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<form id="search_form" class="form-horizontal" action="{% url 'ietf.doc.views_search.search' %}">
66

77
<div class="input-group search_field">
8-
{{ form.name|add_class:"form-control"|attr:"placeholder:Document name, number, title, etc." }}
8+
{{ form.name|add_class:"form-control"|attr:"placeholder:Document name/title/RFC number" }}
99
<span class="input-group-btn">
1010
<button class="btn btn-primary" type="submit">
1111
<span class="fa fa-search"></span>

0 commit comments

Comments
 (0)