fix: fix variable name in email template

This commit is contained in:
SaadYousaf
2022-06-02 11:42:02 +05:00
committed by Saad Yousaf
parent 1800257bcd
commit af31e68f8e

View File

@@ -18,7 +18,7 @@
<h4> <b> You are receiving this email because the following {{ content_type }} was reported for review </b> </h4>
<h3> <b> Post Title: {{ title }} </b> </h3>
{{ comment_body }}
{{ content_body }}
{% filter force_escape %}
{% blocktrans asvar course_cta_text %}Go to Discussion{% endblocktrans %}