Skip to content

Commit 65bf395

Browse files
committed
Clarify that the document search author field accepts also author affiliation as a search term.
- Legacy-Id: 15615
1 parent 5ff8536 commit 65bf395

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
@@ -55,7 +55,7 @@
5555
<div class="form-group search_field">
5656
<div class="col-sm-4">
5757
<input type="radio" name="by" value="author" {% if form.by.value == "author" %}checked{% endif %} id="author"/>
58-
<label for="author" class="control-label">Author</label>
58+
<label for="author" class="control-label">Author Name or Affiliation</label>
5959
</div>
6060
<div class="col-sm-8">
6161
{{ form.author|add_class:"form-control" }}

0 commit comments

Comments
 (0)