diff options
Diffstat (limited to 'templates/web/base/alert')
-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' %] |