diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-05 11:09:06 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-05 11:09:08 +0100 |
commit | 9b4e610e46222f563bb21a14c6f85eb068db5a45 (patch) | |
tree | 1cbd9ca091c61014c076563bf4041b42234e342e /docs | |
parent | 5559828c326d4d1dc04c28e12c44b3a124bebdd1 (diff) |
[Docs] Fix placeholder in templates docs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_includes/admin-tasks-content.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/admin-tasks-content.md b/docs/_includes/admin-tasks-content.md index b04cc01ef..0cc254c8d 100644 --- a/docs/_includes/admin-tasks-content.md +++ b/docs/_includes/admin-tasks-content.md @@ -697,7 +697,7 @@ situation in which is will be automatically applied. If you have an Open311 connection, you can click ‘auto-response’ so that a template will be applied when the state is updated by the automated Open311 process. In this instance, if your Open311 server returns extra text as part of -the update, you may put the placeholder `{{description}}` in the template here, +the update, you may put the placeholder `{% raw %}{{description}}{% endraw %}` in the template here, and that placeholder will be replaced by the text from the Open311 server. |