aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-12-12 17:47:21 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-12-15 17:48:44 +0000
commitb4e6f63229b8c7da2f53b4b0ab000c9adf0a16f8 (patch)
treed9fbb09f054c281b43249fab1568d150e692e4a4
parentf782440a463714f28499606f3b5f1e7b778b3dcd (diff)
Split up alert multiple results to match front.
-rw-r--r--templates/web/base/alert/choose.html5
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' %]