diff options
author | Dave Arter <davea@mysociety.org> | 2014-05-20 15:18:10 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-07-08 15:28:21 +0100 |
commit | 6b02b84a5359066b242ddfb18d6998a0b2957360 (patch) | |
tree | 5b8095f1a02cd84da7cb2b0ae6be5106eb1b4119 /templates/email | |
parent | 50c388749c727bf1e252e00c1865cb595b4972a7 (diff) |
Add two-tier responsibility note to confirm email
Diffstat (limited to 'templates/email')
-rw-r--r-- | templates/email/default/problem-confirm.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/email/default/problem-confirm.txt b/templates/email/default/problem-confirm.txt index ab4870bb1..06062c1d3 100644 --- a/templates/email/default/problem-confirm.txt +++ b/templates/email/default/problem-confirm.txt @@ -10,7 +10,9 @@ website: If your email program does not let you click on this link, copy and paste it into your web browser and press return. - +[% IF c.cobrand.is_council && !c.cobrand.owns_problem( report ) %] +Note that [% c.cobrand.council_name %] is not responsible for this type of problem. +[% END %] Your problem had the title: [% report.title %] |