aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/alert/choose.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/alert/choose.html')
-rw-r--r--templates/web/default/alert/choose.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/web/default/alert/choose.html b/templates/web/default/alert/choose.html
deleted file mode 100644
index 312b9f520..000000000
--- a/templates/web/default/alert/choose.html
+++ /dev/null
@@ -1,14 +0,0 @@
-[% INCLUDE 'header.html', title => loc('Local RSS feeds and email alerts') %]
-
-<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">
- [% 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>
-[% END %]
-
-[% INCLUDE 'footer.html' %]