Skip to content

Commit

Permalink
[Brent] [Waste] Add garden subscription notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
neprune committed Jun 25, 2024
1 parent 63829fd commit 50bd315
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/web/base/waste/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<input type="submit" value="Modify your [% unit.service_name FILTER lower %] subscription" class="waste-service-descriptor waste-service-link">
[% END %]
</form>
[% ELSIF c.cobrand.moniker == 'brent' AND NOT is_staff %]
<p>
If you are looking to add another service, please contact our customer services team on 020 8937 5050 who will be able to do this for you.
</p>
[% END %]
[% IF c.cobrand.call_hook('waste_garden_allow_cancellation') == 'staff' AND is_staff %]
<form method="post" action="[% c.uri_for_action('waste/garden_cancel', [ property.id ]) %]">
Expand Down

0 comments on commit 50bd315

Please sign in to comment.