aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/base.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/base.html
parent77be4e32759ecbae1d8c10ac395eecdca89b3808 (diff)
downloadfatcat-92192f986fbc3e4efca13074293f7ab6cffe1d89.tar.gz
fatcat-92192f986fbc3e4efca13074293f7ab6cffe1d89.zip
webface: add input form labels
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r--python/fatcat_web/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html
index 856a6e03..6825aa96 100644
--- a/python/fatcat_web/templates/base.html
+++ b/python/fatcat_web/templates/base.html
@@ -30,7 +30,7 @@
<form class="" role="search" action="/release/search" method="get">
<div class="ui transparent inverted icon input">
<i class="search icon"></i>
- <input type="text" placeholder="Search..." name="q">
+ <input type="text" placeholder="Search..." name="q" aria-label="generic entity search">
</div>
</form>
</div>