-
-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Brent] [Waste] Fix london phone number formatting.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ <h1 class="govuk-heading-xl">Please call us</h1> | |
[% IF date.format < 20250101 %] | ||
<p class="govuk-body">New and replacement rubbish bins cost | ||
[% IF date.format >= 20240329 %]£55[% ELSE %]£50[% END %]. | ||
To request one please call our contact centre on 0208 937 5050, Monday to | ||
To request one please call our contact centre on 020 8937 5050, Monday to | ||
Friday, 9am to 5pm (except Bank holidays).</p> | ||
|
||
<p class="govuk-body">Please note that all requests for new or replacement | ||
|
@@ -22,7 +22,7 @@ <h1 class="govuk-heading-xl">Please call us</h1> | |
<li>£65 for a 140 litre bin</li> | ||
<li>£80 for 240 litre and above (subject to criteria).</li> | ||
</ul> | ||
<p class="govuk-body">To request one please call our contact centre on 0208 937 5050, | ||
<p class="govuk-body">To request one please call our contact centre on 020 8937 5050, | ||
Monday to Friday, 9am to 5pm (except Bank holidays) or email | ||
<a href="mailto:[email protected]">[email protected]</a>.</p> | ||
|
||
|