aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2017-09-07 18:04:09 +0100
committerStruan Donald <struan@exo.org.uk>2017-09-11 10:43:01 +0100
commit2763fe574e180e47d867cc2bdd2bc8d75fb5ee34 (patch)
tree83f2282079bc204c0e791f6788a2e3b652645d4c /templates
parentf5c2bab5b20a49f565fa2ce34da7bcf9c42b662f (diff)
[Oxfordshire] include response time message on email sent
add a _email_sent_extra template that includes a message about problem reponse times to be displayed on the email sent page.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/oxfordshire/_email_sent_extra.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/oxfordshire/_email_sent_extra.html b/templates/web/oxfordshire/_email_sent_extra.html
new file mode 100644
index 000000000..b49d1733c
--- /dev/null
+++ b/templates/web/oxfordshire/_email_sent_extra.html
@@ -0,0 +1,9 @@
+[% IF report AND c.cobrand.problem_response_days(report) > 0 %]
+ <p>
+ Problems in the
+ [% report.category %]
+ category are generally responded to within
+ [% c.cobrand.problem_response_days(report) %]
+ working days.
+ </p>
+[% END %]