aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default/other-reported.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email/default/other-reported.html')
-rw-r--r--templates/email/default/other-reported.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/email/default/other-reported.html b/templates/email/default/other-reported.html
index 5435e735a..fe03376f5 100644
--- a/templates/email/default/other-reported.html
+++ b/templates/email/default/other-reported.html
@@ -11,12 +11,13 @@ INCLUDE '_email_top.html';
<th style="[% td_style %][% primary_column_style %]" id="primary_column">
[% start_padded_box %]
<h1 style="[% h1_style %]">Your report has been&nbsp;logged</h1>
- <p style="[% p_style %]">Your report to [% report.body %] has been logged on [% site_name %].
+ <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 ) %]
-Please note that [% c.cobrand.council_name %] is not responsible for this type
-of report, so it will instead be sent to [% report.body %].
+<p style="[% p_style %]">Please note that [% c.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 %]
[% END %]
- </p>
<p style="margin: 20px auto; text-align: center">
<a style="[% button_style %]" href="[% cobrand.base_url_for_report(report) %][% report.url %]">View my report</a>
</p>