diff options
author | Chris Mytton <chrism@mysociety.org> | 2020-03-27 14:18:34 +0000 |
---|---|---|
committer | Chris Mytton <chrism@mysociety.org> | 2020-03-27 14:18:34 +0000 |
commit | 4a4caf66419ae3d6dc40fe30ecccf733cebf8b35 (patch) | |
tree | 4641024e88193620bd168a2351430c454c8653a2 /templates/email/default/problem-confirm.html | |
parent | 38b42a8ae4e8e00fc762f72721dea545cdd8dbb4 (diff) |
[Bexley] Add COVID-19 messages
This adds a banner to the following places:
- The homepage
- Problem confirm email
- Page when you create a problem as an unregistered user
- Page when you create a problem as a registered user
Diffstat (limited to 'templates/email/default/problem-confirm.html')
-rw-r--r-- | templates/email/default/problem-confirm.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/email/default/problem-confirm.html b/templates/email/default/problem-confirm.html index b94a008f7..40b83a5a0 100644 --- a/templates/email/default/problem-confirm.html +++ b/templates/email/default/problem-confirm.html @@ -25,6 +25,7 @@ of problem, so it will instead be sent to [% report.body %]. <a style="[% button_style %]" href="[% token_url %]">Yes, send my report</a> </p> <p style="[% p_style %]">If you no longer wish to send this report, please take no further action.</p> + [% TRY %][% INCLUDE '_problem-confirm_footer.html' %][% CATCH file %][% END %] [% end_padded_box | safe %] </th> [% WRAPPER '_email_sidebar.html' object = report, url = token_url %] |