diff options
Diffstat (limited to 'templates/web/base/index-steps.html')
-rw-r--r-- | templates/web/base/index-steps.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/templates/web/base/index-steps.html b/templates/web/base/index-steps.html index 431791c20..fac84faba 100644 --- a/templates/web/base/index-steps.html +++ b/templates/web/base/index-steps.html @@ -21,8 +21,15 @@ <li>Or visit the Barangay Center in person</li> <li>Staff? <a href="/auth">Sign in</a> and click on the map! [% ELSE %] - <li>[% question %]</li> - <li>[% loc('Locate the problem on a map of the area') %]</li> + [% 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>[% loc('Enter details of the problem') %]</li> [% IF c.cobrand.is_council %] <li>Confirm the report and [% c.cobrand.council_name %] will investigate</li> |