diff options
author | Struan Donald <struan@exo.org.uk> | 2020-03-23 11:29:33 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-03-23 12:20:52 +0000 |
commit | aaca9c44a2f2e5726e07dfc49175868d54139583 (patch) | |
tree | 1e7af9f83f7ada9e5c2da0152bdae05e7547bd83 | |
parent | da33aad2790cdec2a2fc20575cf75d1e425d1461 (diff) |
[TfL] add COVID-19 front page message
-rw-r--r-- | templates/web/tfl/front/pre-steps.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/tfl/front/pre-steps.html b/templates/web/tfl/front/pre-steps.html new file mode 100644 index 000000000..f252df04d --- /dev/null +++ b/templates/web/tfl/front/pre-steps.html @@ -0,0 +1,9 @@ +<p style="max-width: 38em; font-size: 1.2em; margin-bottom: 2.5em;"> + <strong>While we find ourselves in these unprecedented times.</strong> + All issues reported on Streetcare will continue to be actioned to keep our + roads safe for critical workers to continue to support London. We may take + longer to respond to you while we concentrate on getting issues resolved + as our priority. Non-urgent defects may also take longer than normal to fix. + We will continue to serve you the best that we can but urge everyone not to + make journeys unless absolutely necessary. +</p> |