aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_search.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-13 23:24:53 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-13 23:24:53 -0800
commit92192f986fbc3e4efca13074293f7ab6cffe1d89 (patch)
treee342782f12ece63cc8425974fcfac8b0b77b7045 /python/fatcat_web/templates/release_search.html
parent77be4e32759ecbae1d8c10ac395eecdca89b3808 (diff)
downloadfatcat-92192f986fbc3e4efca13074293f7ab6cffe1d89.tar.gz
fatcat-92192f986fbc3e4efca13074293f7ab6cffe1d89.zip
webface: add input form labels
Diffstat (limited to 'python/fatcat_web/templates/release_search.html')
-rw-r--r--python/fatcat_web/templates/release_search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/release_search.html b/python/fatcat_web/templates/release_search.html
index c57ad149..18bda117 100644
--- a/python/fatcat_web/templates/release_search.html
+++ b/python/fatcat_web/templates/release_search.html
@@ -5,7 +5,7 @@
<form class="" role="search" action="/release/search" method="get">
<div class="ui form">
<div class="ui action input huge fluid">
- <input type="text" placeholder="Query..." name="q" value="{% if query %}{{ query }}{% endif %}">
+ <input type="text" placeholder="Query..." name="q" value="{% if query %}{{ query }}{% endif %}" aria-label="search release metadata">
<button class="ui button">Search</button>
</div>
<div class="ui checkbox" style="float: right; margin: 1em;">