diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-05-22 14:50:22 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-05-22 14:58:34 +0100 |
commit | 7b36d06a69942653f6c6fbb6dbf341a452002237 (patch) | |
tree | 243618cf64c64c54fb82529724c02cacc1b9910b /docs/privacy_policy_templates/README.md | |
parent | Enable auto-escaping for the consent templates (diff) | |
download | synapse-7b36d06a69942653f6c6fbb6dbf341a452002237.tar.xz |
Add a 'has_consented' template var to consent forms
fixes #3260
Diffstat (limited to 'docs/privacy_policy_templates/README.md')
-rw-r--r-- | docs/privacy_policy_templates/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/privacy_policy_templates/README.md b/docs/privacy_policy_templates/README.md index 8e91c516b3..a3e6fc0986 100644 --- a/docs/privacy_policy_templates/README.md +++ b/docs/privacy_policy_templates/README.md @@ -9,7 +9,7 @@ form_secret: <unique but arbitrary secret> user_consent: template_dir: docs/privacy_policy_templates - default_version: 1.0 + version: 1.0 ``` You should then be able to enable the `consent` resource under a `listener` |