diff options
Diffstat (limited to 'templates/email/fixamingata')
-rw-r--r-- | templates/email/fixamingata/other-reported.html | 4 | ||||
-rw-r--r-- | templates/email/fixamingata/other-reported.txt | 4 |
2 files changed, 4 insertions, 4 deletions
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 %] |