diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 23:24:53 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 23:24:53 -0800 |
commit | 92192f986fbc3e4efca13074293f7ab6cffe1d89 (patch) | |
tree | e342782f12ece63cc8425974fcfac8b0b77b7045 /python/fatcat_web/templates/base.html | |
parent | 77be4e32759ecbae1d8c10ac395eecdca89b3808 (diff) | |
download | fatcat-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.html | 2 |
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> |