diff options
author | Dave Arter <davea@mysociety.org> | 2020-08-11 09:18:12 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-09-30 16:20:28 +0100 |
commit | 245f12237ad2c796667d5d4736483474c1b481ce (patch) | |
tree | 67f367da9841204ba753a662a2a4a156e96eebc7 /docs/_includes/admin-tasks-content.md | |
parent | ab983c0445fde36a5338b199c7d3996580872e7c (diff) |
Enable HTML in update alert emails.
Diffstat (limited to 'docs/_includes/admin-tasks-content.md')
-rw-r--r-- | docs/_includes/admin-tasks-content.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/_includes/admin-tasks-content.md b/docs/_includes/admin-tasks-content.md index aa1225cfc..0fdc259e9 100644 --- a/docs/_includes/admin-tasks-content.md +++ b/docs/_includes/admin-tasks-content.md @@ -829,7 +829,11 @@ above, ‘Creating a template’. Additionally you can delete the template from #### 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. +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. |