diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-18 12:32:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-18 12:32:31 +0000 |
commit | 7e15bd3db202363db4bab8fa7c9f462eabe28fce (patch) | |
tree | 50822c7279d480487b04e136788b166fbd6d9f9c /templates/web/base/alert/choose.html | |
parent | e04f4c436477252f377634976d87c42e3610f205 (diff) | |
parent | 1d187145f7b280843f734f74dd50999da6463bca (diff) |
Merge branch 'version-2.3'v2.3
Diffstat (limited to 'templates/web/base/alert/choose.html')
-rw-r--r-- | templates/web/base/alert/choose.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/web/base/alert/choose.html b/templates/web/base/alert/choose.html index 312b9f520..50835e90c 100644 --- a/templates/web/base/alert/choose.html +++ b/templates/web/base/alert/choose.html @@ -3,12 +3,13 @@ <h1>[% loc('Local RSS feeds and email alerts') %]</h1> [% IF possible_location_matches %] - <p>[% loc('We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here.') %]</p> - <ul class="pc_alternatives plain-list"> + <p>[% loc('We found more than one match for that location.') %]</p> + <ul class="pc_alternatives"> [% FOREACH match IN possible_location_matches %] <li><a href="[% choose_target_uri %]?latitude=[% match.latitude | uri %];longitude=[% match.longitude | uri %]">[% match.address | html %]</a></li> [% END %] </ul> + <p>[% loc('We show up to ten matches, please try a different search if yours is not here.') %]</p> [% END %] [% INCLUDE 'footer.html' %] |