diff options
-rw-r--r-- | templates/web/base/open311/index.html | 3 | ||||
-rw-r--r-- | templates/web/fixamingata/open311/index.html | 3 |
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 %] |