diff options
-rw-r--r-- | templates/email/default/problem-confirm.html | 2 | ||||
-rw-r--r-- | templates/email/default/problem-confirm.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/email/default/problem-confirm.html b/templates/email/default/problem-confirm.html index 904cf7777..f545d7385 100644 --- a/templates/email/default/problem-confirm.html +++ b/templates/email/default/problem-confirm.html @@ -17,6 +17,8 @@ INCLUDE '_email_top.html'; Please note that [% c.cobrand.council_name %] is not responsible for this type of problem, so it will instead be sent to [% report.body %]. [% END %] + +[% TRY %][% INCLUDE '_problem-confirm_extra.html' %][% CATCH file %][% END %] </p> <p style="[% p_style %]">Your report will also appear on the [% site_name %] website.</p> <p style="margin: 20px auto; text-align: center"> diff --git a/templates/email/default/problem-confirm.txt b/templates/email/default/problem-confirm.txt index 9d0767671..e9e7378d1 100644 --- a/templates/email/default/problem-confirm.txt +++ b/templates/email/default/problem-confirm.txt @@ -14,6 +14,7 @@ into your web browser and press return. Please note that [% c.cobrand.council_name %] is not responsible for this type of problem, so it will instead be sent to [% report.body %]. [% END %] +[% TRY %][% INCLUDE '_problem-confirm_extra.txt' %][% CATCH file %][% END %] Your problem had the title: [% report.title %] |