feat: 创建用户邮件内容支持html标签

pull/7498/head
halo 2022-01-17 14:40:00 +08:00 committed by Jiangjie.Bai
parent cce34f4939
commit e1de210585
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div> <div>
<p> <p>
{{ content }} {{ content | safe }}
</p> </p>
<p> <p>
{% trans 'Username' %}: {{ user.username }} <br /> {% trans 'Username' %}: {{ user.username }} <br />