aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-08-10 10:51:17 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-08-10 10:55:18 +0100
commit0b9e9c12842f013815e133306d1c163ce67a9b28 (patch)
tree156e1b357e8396c2b34a8d5ddeae3f67273f3f8a
parent9476ef9c910a39e54dea2b64064b6057ab5477cd (diff)
Remove non-working links (no RSS in Google Maps).
-rw-r--r--templates/web/base/open311/index.html3
-rw-r--r--templates/web/fixamingata/open311/index.html3
2 files changed, 0 insertions, 6 deletions
diff --git a/templates/web/base/open311/index.html b/templates/web/base/open311/index.html
index 99c0fbec0..558c14ca5 100644
--- a/templates/web/base/open311/index.html
+++ b/templates/web/base/open311/index.html
@@ -124,9 +124,6 @@ for council problem-reporting systems.</p>
] %]
[% FOREACH examples %]
<li><a href="[% url %]">[% info %]</a>
- [% IF url.match('/requests.xml') %]
- [ <a href="http://maps.google.com/?q=[% url.replace('.xml', '.rss') | uri %]">[% loc('GeoRSS on Google Maps') %]</a> ]
- [% END %]
<br>[% url | html %]</li>
[% END %]
diff --git a/templates/web/fixamingata/open311/index.html b/templates/web/fixamingata/open311/index.html
index 47b270512..6e86a933b 100644
--- a/templates/web/fixamingata/open311/index.html
+++ b/templates/web/fixamingata/open311/index.html
@@ -65,9 +65,6 @@
] %]
[% FOREACH examples %]
<li><a href="[% url %]">[% info %]</a>
- [% IF url.match('/requests.xml') %]
- [ <a href="http://maps.google.com/?q=[% url.replace('.xml', '.rss') | uri %]">[% loc('GeoRSS on Google Maps') %]</a> ]
- [% END %]
<br>[% url | html %]</li>
[% END %]