Skip to content

Commit

Permalink
[National Highways] Add contact form options.
Browse files Browse the repository at this point in the history
Matching the UK Councils template.
  • Loading branch information
dracos committed Feb 13, 2025
1 parent ed34041 commit 98764b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/web/base/report/display_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</form></li>
[% ELSIF c.cobrand.moniker != 'zurich' %]
<li><a rel="nofollow" id="key-tool-report-abuse" class="abuse" href="[% c.uri_for( '/contact', { id => problem.id } ) %]">[%
c.cobrand.moniker == 'fixmystreet' ? 'Unsuitable?' : loc('Report abuse')
c.cobrand.moniker == 'fixmystreet' OR c.cobrand.moniker == 'highwaysengland' ? 'Unsuitable?' : loc('Report abuse')
%]</a></li>
[% END %]
[% IF c.cobrand.moniker != 'zurich' %]
Expand Down
1 change: 1 addition & 0 deletions templates/web/highwaysengland/contact/who.html

0 comments on commit 98764b8

Please sign in to comment.