diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/tfl/update-confirm-donotsend.txt | 2 | ||||
-rw-r--r-- | templates/web/tfl/report/updates-sidebar-notes.html | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/email/tfl/update-confirm-donotsend.txt b/templates/email/tfl/update-confirm-donotsend.txt new file mode 100644 index 000000000..87ec67328 --- /dev/null +++ b/templates/email/tfl/update-confirm-donotsend.txt @@ -0,0 +1,2 @@ +This update will be sent to Transport for London and will +also be displayed on the [% site_name %] website. diff --git a/templates/web/tfl/report/updates-sidebar-notes.html b/templates/web/tfl/report/updates-sidebar-notes.html new file mode 100644 index 000000000..a4b456501 --- /dev/null +++ b/templates/web/tfl/report/updates-sidebar-notes.html @@ -0,0 +1,4 @@ +<p> + Please note that updates are sent to Transport for London. + [% tprintf( loc( 'Your information will only be used in accordance with our <a href="%s">privacy policy</a>' ), c.cobrand.privacy_policy_url ) %] +</p> |