diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-09-05 15:13:09 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-09-19 13:48:24 +0100 |
commit | 832122dc0a94d00f30524b8a3fdb8541615d9e81 (patch) | |
tree | f7415a9e76a0f1de13d44b4185969cba20f56808 | |
parent | 180f0e3a52e01d9c38a674ba41fcaa02ebf46304 (diff) |
Add legend to alert form fieldset.
-rw-r--r-- | templates/web/base/alert/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/alert/index.html b/templates/web/base/alert/index.html index 7578a3329..3c7ff9e8b 100644 --- a/templates/web/base/alert/index.html +++ b/templates/web/base/alert/index.html @@ -7,6 +7,7 @@ <form method="get" action="/alert/list" class="form-box js-geolocate"> <fieldset> + <legend class="visuallyhidden">[% loc('Search for location of email alert or RSS feed') %]</legend> <label for="pc">[% loc('Postcode or street name and area') %]</label> <p class="form-hint" id="pc-hint">[% tprintf(loc('e.g. ā%sā or ā%sā'), c.cobrand.example_places) %]</p> <div class="form-txt-submit-box"> |