diff options
author | Dave Arter <davea@mysociety.org> | 2020-08-07 17:33:27 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-09-30 16:20:27 +0100 |
commit | ab983c0445fde36a5338b199c7d3996580872e7c (patch) | |
tree | db5be7a17563921f4755bc1126427e4a37505469 /docs | |
parent | f63e2feb37cc9b1e5aca60d85be166fa84eb5f9f (diff) |
Enable HTML in updates from staff users
This also extends to response templates.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_includes/admin-tasks-content.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/_includes/admin-tasks-content.md b/docs/_includes/admin-tasks-content.md index d0d5e4935..aa1225cfc 100644 --- a/docs/_includes/admin-tasks-content.md +++ b/docs/_includes/admin-tasks-content.md @@ -825,6 +825,15 @@ 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 +images or rich text formatting in the updates which are added to reports. + +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"> |