diff options
Diffstat (limited to 'templates/web/base')
-rw-r--r-- | templates/web/base/tokens/confirm_problem.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/web/base/tokens/confirm_problem.html b/templates/web/base/tokens/confirm_problem.html index 5892d0f9e..ce7f751e5 100644 --- a/templates/web/base/tokens/confirm_problem.html +++ b/templates/web/base/tokens/confirm_problem.html @@ -5,7 +5,12 @@ <h1><a href="[% c.cobrand.base_url_for_report( report ) %][% report.url %]">[% report.title %]</a></h1> [% IF c.cobrand.is_council %] - <h2>Your issue is on its way to the council.</h2> + [% IF c.cobrand.owns_problem( report ) %] + <h2>Your issue is on its way to the council.</h2> + [% ELSE %] + <h2>Your issue is on its way to [% report.body %].</h2> + <p>Note that [% c.cobrand.council_name %] is not responsible for this type of problem.</p> + [% END %] <p>Your reference for this report is [% report.id %], please quote it in any enquiries.</p> [% ELSE %] |