diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-09-30 20:04:10 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-09-30 20:04:10 +0100 |
commit | 57f4048942a8caaf702f47373fabdfa31932659e (patch) | |
tree | f9b2272947b0c59c7c1e843186d850d52f21bee4 /docs/_includes/admin-tasks-content.md | |
parent | 3a511f5facc4bd066f0e7e4d00060979686bb766 (diff) | |
parent | dffc4acfe67fb05f928806601bab8ce1057e7b67 (diff) |
Merge branch 'issues/commercial/1928-html-in-response-templates'
Diffstat (limited to 'docs/_includes/admin-tasks-content.md')
-rw-r--r-- | docs/_includes/admin-tasks-content.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/_includes/admin-tasks-content.md b/docs/_includes/admin-tasks-content.md index d0d5e4935..0fdc259e9 100644 --- a/docs/_includes/admin-tasks-content.md +++ b/docs/_includes/admin-tasks-content.md @@ -825,6 +825,19 @@ Click on ‘Templates’ in the admin menu. You will see a table of existing tem beside the status you wish to change. You may alter any of the fields as described in the section above, ‘Creating a template’. Additionally you can delete the template from this page. + +#### HTML content in templates + +HTML tags are permitted in response templates, which makes it possible to include +hyperlinks or rich text formatting in the updates which are added to reports. + +Be aware that response templates are emailed to users as well as being shown on +the site, so it's best to keep any HTML formatting quite light-touch due to the +quirks of email clients' rendering of HTML message. + +Refer to the section ["HTML Content in notices"](#html-content-in-notices) above for details of +what tags and attributes are allowed. + </div> <div class="admin-task" markdown="1" id="view-statistics"> |