Include a simple message in email notifications that include encrypted content (#8545)

This commit is contained in:
Patrick Cloke 2020-10-19 09:12:39 -04:00 committed by GitHub
parent 85c56445fb
commit c356b4bf42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 107 additions and 75 deletions

View file

@ -2,9 +2,9 @@ Hi {{ user_display_name }},
{{ summary_text }}
{% for room in rooms %}
{% include 'room.txt' with context %}
{% endfor %}
{%- for room in rooms %}
{%- include 'room.txt' with context %}
{%- endfor %}
You can disable these notifications at {{ unsubscribe_link }}