diff --git a/sspromotions/jinja2/sspromotions/email/bulletin.txt b/sspromotions/jinja2/sspromotions/email/bulletin.txt index feecc3c..279f4ac 100644 --- a/sspromotions/jinja2/sspromotions/email/bulletin.txt +++ b/sspromotions/jinja2/sspromotions/email/bulletin.txt @@ -8,7 +8,7 @@ Hi {{ member.first_name if member else '[Name]' }}! Here's your latest news from {% for item in group.bulletin_items %}{{ item.title }} -------------------------- -{{ item.content }} +{{ item.content|safe }} {% if item.link %}Read more <{{ item.link }}> @@ -18,7 +18,7 @@ Hi {{ member.first_name if member else '[Name]' }}! Here's your latest news from {% for item in more %}{{ item.title }} -------------------------- -{{ item.content }} +{{ item.content|safe }} {% if item.link %}Read more <{{ item.link }}>