aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/index-steps.html
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2015-07-23 14:23:15 +0100
committerDave Arter <davea@mysociety.org>2015-07-24 13:10:21 +0100
commit6e397b202967e56bd4b983b8ea231dbcac846100 (patch)
tree4567632b3e369559c204d6a64800d83469313336 /templates/web/base/index-steps.html
parent44dc205b516dc591f542418ebbd34a36dd98b458 (diff)
[MakeMyIsland] Remove MakeMyIsland cobrand
The MakeMyIsland cobrand files now live in a separate repository: mysociety/fixmystreet-international The idea is that this repo will be checked out alongside the main fixmystreet one and cobrand-specific files symlinked into place. To this end, the commit also adds the MakeMyIsland symlinks to .gitignore.
Diffstat (limited to 'templates/web/base/index-steps.html')
-rw-r--r--templates/web/base/index-steps.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/templates/web/base/index-steps.html b/templates/web/base/index-steps.html
index fac84faba..431791c20 100644
--- a/templates/web/base/index-steps.html
+++ b/templates/web/base/index-steps.html
@@ -21,15 +21,8 @@
<li>Or visit the Barangay Center in person</li>
<li>Staff? <a href="/auth">Sign in</a> and click on the map!
[% ELSE %]
- [% IF c.cobrand.moniker == 'makemyisland' %]
- <li>
- Locate the problem on the
- <a href="/around?pc=Fonadhoo">map of the island</a>
- </li>
- [% ELSE %]
- <li>[% question %]</li>
- <li>[% loc('Locate the problem on a map of the area') %]</li>
- [% END %]
+ <li>[% question %]</li>
+ <li>[% loc('Locate the problem on a map of the area') %]</li>
<li>[% loc('Enter details of the problem') %]</li>
[% IF c.cobrand.is_council %]
<li>Confirm the report and [% c.cobrand.council_name %] will investigate</li>