diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-12 17:50:50 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-27 09:52:37 +0000 |
commit | aa50b33865148d587e70218d0f8bff9c321cbeb8 (patch) | |
tree | 075a20983d68fedca47988e9dcf7f49da91b9417 /templates | |
parent | 86740bb1c1ee72834e0af5e9900689c1ca7292b9 (diff) |
[UK] Fix two-tier message in confirm sent email.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/buckinghamshire/other-reported.html | 4 | ||||
-rw-r--r-- | templates/email/buckinghamshire/other-reported.txt | 4 | ||||
-rw-r--r-- | templates/email/default/other-reported.html | 4 | ||||
-rw-r--r-- | templates/email/default/other-reported.txt | 4 | ||||
-rw-r--r-- | templates/email/fixamingata/other-reported.html | 4 | ||||
-rw-r--r-- | templates/email/fixamingata/other-reported.txt | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/templates/email/buckinghamshire/other-reported.html b/templates/email/buckinghamshire/other-reported.html index fe03376f5..584c5b89e 100644 --- a/templates/email/buckinghamshire/other-reported.html +++ b/templates/email/buckinghamshire/other-reported.html @@ -12,8 +12,8 @@ INCLUDE '_email_top.html'; [% start_padded_box %] <h1 style="[% h1_style %]">Your report has been logged</h1> <p style="[% p_style %]">Your report to [% report.body %] has been logged on [% site_name %].</p> -[% IF c.cobrand.is_council && !c.cobrand.owns_problem( report ) %] -<p style="[% p_style %]">Please note that [% c.cobrand.council_name %] is not responsible for this type +[% IF cobrand.is_council && !cobrand.owns_problem( report ) %] +<p style="[% p_style %]">Please note that [% cobrand.council_name %] is not responsible for this type of report, so it will instead be sent to [% report.body %].</p> [% ELSE %] [% TRY %][% INCLUDE '_council_reference.html' problem=report %][% CATCH file %][% END %] diff --git a/templates/email/buckinghamshire/other-reported.txt b/templates/email/buckinghamshire/other-reported.txt index 50a879d79..7f78617e0 100644 --- a/templates/email/buckinghamshire/other-reported.txt +++ b/templates/email/buckinghamshire/other-reported.txt @@ -4,8 +4,8 @@ Hello [% report.name %], Your report to [% report.body %] has been logged on [% site_name %]. -[% IF c.cobrand.is_council && !c.cobrand.owns_problem( report ) %] -Please note that [% c.cobrand.council_name %] is not responsible for this type +[% IF cobrand.is_council && !cobrand.owns_problem( report ) %] +Please note that [% cobrand.council_name %] is not responsible for this type of report, so it will instead be sent to [% report.body %]. [% ELSE %] [% TRY %][% INCLUDE '_council_reference.txt' problem=report %][% CATCH file %][% END %] diff --git a/templates/email/default/other-reported.html b/templates/email/default/other-reported.html index fe03376f5..584c5b89e 100644 --- a/templates/email/default/other-reported.html +++ b/templates/email/default/other-reported.html @@ -12,8 +12,8 @@ INCLUDE '_email_top.html'; [% start_padded_box %] <h1 style="[% h1_style %]">Your report has been logged</h1> <p style="[% p_style %]">Your report to [% report.body %] has been logged on [% site_name %].</p> -[% IF c.cobrand.is_council && !c.cobrand.owns_problem( report ) %] -<p style="[% p_style %]">Please note that [% c.cobrand.council_name %] is not responsible for this type +[% IF cobrand.is_council && !cobrand.owns_problem( report ) %] +<p style="[% p_style %]">Please note that [% cobrand.council_name %] is not responsible for this type of report, so it will instead be sent to [% report.body %].</p> [% ELSE %] [% TRY %][% INCLUDE '_council_reference.html' problem=report %][% CATCH file %][% END %] diff --git a/templates/email/default/other-reported.txt b/templates/email/default/other-reported.txt index 1dc8d0b44..7b1230555 100644 --- a/templates/email/default/other-reported.txt +++ b/templates/email/default/other-reported.txt @@ -4,8 +4,8 @@ Hello [% report.name %], Your report to [% report.body %] has been logged on [% site_name %]. -[% IF c.cobrand.is_council && !c.cobrand.owns_problem( report ) %] -Please note that [% c.cobrand.council_name %] is not responsible for this type +[% IF cobrand.is_council && !cobrand.owns_problem( report ) %] +Please note that [% cobrand.council_name %] is not responsible for this type of report, so it will instead be sent to [% report.body %]. [% ELSE %] [% TRY %][% INCLUDE '_council_reference.txt' problem=report %][% CATCH file %][% END %] diff --git a/templates/email/fixamingata/other-reported.html b/templates/email/fixamingata/other-reported.html index 3ba29dcb0..0b0160696 100644 --- a/templates/email/fixamingata/other-reported.html +++ b/templates/email/fixamingata/other-reported.html @@ -12,8 +12,8 @@ INCLUDE '_email_top.html'; [% start_padded_box %] <h1 style="[% h1_style %]">Din rapport har loggats</h1> <p style="[% p_style %]">Din rapport till [% report.body %] har blivit loggad på [% site_name %]. -[% IF c.cobrand.is_council && !c.cobrand.owns_problem( report ) %] -Eftersom [% c.cobrand.council_name %] inte är ansvarig för den här typen av +[% IF cobrand.is_council && !cobrand.owns_problem( report ) %] +Eftersom [% cobrand.council_name %] inte är ansvarig för den här typen av rapporter, så kommer rapporten istället att skickas till [% report.body %]. [% END %] </p> diff --git a/templates/email/fixamingata/other-reported.txt b/templates/email/fixamingata/other-reported.txt index 2c50c765c..e39adf527 100644 --- a/templates/email/fixamingata/other-reported.txt +++ b/templates/email/fixamingata/other-reported.txt @@ -4,8 +4,8 @@ Hej [% report.name %], Din rapport till [% report.body %] har blivit loggad på [% site_name %]. -[% IF c.cobrand.is_council && !c.cobrand.owns_problem( report ) %] -Eftersom [% c.cobrand.council_name %] inte är ansvarig för den här typen av +[% IF cobrand.is_council && !cobrand.owns_problem( report ) %] +Eftersom [% cobrand.council_name %] inte är ansvarig för den här typen av rapporter, så kommer rapporten istället att skickas till [% report.body %]. [% END %] |