aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/seesomething/around/index.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-03-31 14:23:02 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-03-31 14:23:02 +0100
commited850c6d928acfa6898d67a9220b00ade64b45ea (patch)
tree33e94f379b1c60dcdfe35afe4d5d9f53ac1b591f /templates/web/seesomething/around/index.html
parent3d967f09d8171b283c9a90afa6407dc033e4ae42 (diff)
[SeeSomething] Remove cobrand.
Diffstat (limited to 'templates/web/seesomething/around/index.html')
-rw-r--r--templates/web/seesomething/around/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/templates/web/seesomething/around/index.html b/templates/web/seesomething/around/index.html
deleted file mode 100644
index a143e90a2..000000000
--- a/templates/web/seesomething/around/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-[% INCLUDE 'header.html', title => loc('Reporting a problem'), bodyclass = 'mappage' %]
-
-<form action="[% c.uri_for('/around') %]" method="get" name="mapForm" id="mapForm">
- <div id="side-form">
- <div id="report-a-problem-main">
- [% INCLUDE 'around/postcode_form.html' %]
-
- [% IF location_error %]
- <p class="error">[% location_error %]</p>
- [% END %]
-
- [% 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">
- [% FOREACH match IN possible_location_matches %]
- <li><a href="/around?latitude=[% match.latitude | uri %];longitude=[% match.longitude | uri %]">[% match.address | html %]</a></li>
- [% END %]
- </ul>
- [% END %]
- </div>
- </div>
-</form>
-
-[% INCLUDE 'footer.html' %]