diff options
author | Dave Arter <davea@mysociety.org> | 2019-07-10 11:39:50 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-07-10 12:50:49 +0100 |
commit | 888cffd75ce60c9ca482682f3ecd8e2d70e707c2 (patch) | |
tree | 311d353baf3f8a7a3accf667a9e1a11717d7bd35 | |
parent | 541cac6d0341b720ef67ef90c0f7fd12666dc3a0 (diff) |
Clarify wording on non_public report confirmation emails
-rw-r--r-- | templates/email/default/problem-confirm.html | 2 | ||||
-rw-r--r-- | templates/email/default/problem-confirm.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/email/default/problem-confirm.html b/templates/email/default/problem-confirm.html index f545d7385..b8c98534c 100644 --- a/templates/email/default/problem-confirm.html +++ b/templates/email/default/problem-confirm.html @@ -20,7 +20,7 @@ of problem, so it will instead be sent to [% report.body %]. [% TRY %][% INCLUDE '_problem-confirm_extra.html' %][% CATCH file %][% END %] </p> - <p style="[% p_style %]">Your report will also appear on the [% site_name %] website.</p> + [% UNLESS report.non_public %]<p style="[% p_style %]">Your report will also appear on the [% site_name %] website.</p>[% END %] <p style="margin: 20px auto; text-align: center"> <a style="[% button_style %]" href="[% token_url %]">Yes, send my report</a> </p> diff --git a/templates/email/default/problem-confirm.txt b/templates/email/default/problem-confirm.txt index 693d7a131..7939a988a 100644 --- a/templates/email/default/problem-confirm.txt +++ b/templates/email/default/problem-confirm.txt @@ -3,8 +3,8 @@ Subject: Confirm your report on [% site_name %] Hello [% report.name %], Please click on the link below to confirm that you want to send your report to -[% report.body %]. Note that your report will also appear on the [% site_name %] -website: +[% report.body %].[% UNLESS report.non_public %] Note that your report will also +appear on the [% site_name %] website.[% END %] [% token_url %] |