We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff8536 commit 65bf395Copy full SHA for 65bf395
1 file changed
ietf/templates/doc/search/search_form.html
@@ -55,7 +55,7 @@
55
<div class="form-group search_field">
56
<div class="col-sm-4">
57
<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>
+ <label for="author" class="control-label">Author Name or Affiliation</label>
59
</div>
60
<div class="col-sm-8">
61
{{ form.author|add_class:"form-control" }}
0 commit comments