fix: don't duplicate text in forum notification email

This commit is contained in:
Michael Terry
2021-03-15 14:49:09 -04:00
parent 854015d18e
commit 4aacedc604

View File

@@ -20,7 +20,9 @@
{{ comment_body }}
</div>
{% trans "View discussion" as course_cta_text %}{{course_cta_text|force_escape}}
{% filter force_escape %}
{% blocktrans asvar course_cta_text %}View discussion{% endblocktrans %}
{% endfilter %}
{% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text course_cta_url=post_link%}
{% block google_analytics_pixel %}