Commit 885162c2 by Sofiya Semenova

Follow-up to email template for forum notifications after testing in stage

parent c9c67e08
......@@ -8,7 +8,7 @@
<td>
<p>
{% blocktrans trimmed %}
{{ comment_username }} replied to your <b>{{ thread_title }}</b> post
{{ comment_username }} replied to <b>{{ thread_title }}</b>:
{% endblocktrans %}
</p>
......
......@@ -2,7 +2,7 @@
{% block content %}
{% blocktrans trimmed %}
{{ comment_username }} replied to your <b>{{ thread_title }}</b> post
{{ comment_username }} replied to <b>{{ thread_title }}</b>:
{% endblocktrans %}
{{ comment_body }}
......
{% load i18n %}
{% blocktrans trimmed %}
Response to your {{ thread_title }} post
{% endblocktrans %}
\ No newline at end of file
{% blocktrans %}Response to {{ thread_title }}{% endblocktrans %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment