Skip to content

Commit

Permalink
[Bexley][WW] Add notice for staff regarding assisted collections
Browse files Browse the repository at this point in the history
  • Loading branch information
nephila-nacrea committed Aug 8, 2024
1 parent b488199 commit 7578407
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/Cobrand/Bexley.pm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sub get_geocoder { 'Bexley' }

sub default_map_zoom { 4 }

=item * It doesn't sent questionnaires to reporters
=item * It doesn't send questionnaires to reporters
=cut

Expand Down
11 changes: 11 additions & 0 deletions templates/web/bexley/waste/_more_services_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ <h3>More services</h3>
<li><a [% external_new_tab | safe %] href="https://www.bexley.gov.uk/services/rubbish-and-recycling/bulky-or-large-item-collections/arrange-bulky-or-large-item-collection">Arrange a bulky waste collection</a></li>
<li><a [% external_new_tab | safe %] href="https://www.bexley.gov.uk/services/rubbish-and-recycling/assisted-collections/help-putting-bins-out">Get help with putting your bins out</a></li>
</ul>

[% IF (c.user.from_body OR c.user.is_superuser) %]
<h3>Assisted collection</h3>
<ul>
[% IF property.has_assisted %]
<li>This property is set up for assisted collections.</li>
[% ELSE %]
<li>This property is <strong>not</strong> set up for assisted collections.</li>
[% END %]
</ul>
[% END %]

0 comments on commit 7578407

Please sign in to comment.