diff options
author | Struan Donald <struan@exo.org.uk> | 2017-09-07 18:04:09 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2017-09-11 10:43:01 +0100 |
commit | 2763fe574e180e47d867cc2bdd2bc8d75fb5ee34 (patch) | |
tree | 83f2282079bc204c0e791f6788a2e3b652645d4c | |
parent | f5c2bab5b20a49f565fa2ce34da7bcf9c42b662f (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.
-rw-r--r-- | templates/web/oxfordshire/_email_sent_extra.html | 9 |
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 %] |