Commit 885162c2 by Sofiya Semenova

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

parent c9c67e08
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<td> <td>
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}
{{ comment_username }} replied to your <b>{{ thread_title }}</b> post {{ comment_username }} replied to <b>{{ thread_title }}</b>:
{% endblocktrans %} {% endblocktrans %}
</p> </p>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% block content %} {% block content %}
{% blocktrans trimmed %} {% blocktrans trimmed %}
{{ comment_username }} replied to your <b>{{ thread_title }}</b> post {{ comment_username }} replied to <b>{{ thread_title }}</b>:
{% endblocktrans %} {% endblocktrans %}
{{ comment_body }} {{ comment_body }}
......
{% load i18n %} {% load i18n %}
{% blocktrans trimmed %} {% blocktrans %}Response to {{ thread_title }}{% endblocktrans %}
Response to your {{ thread_title }} post \ No newline at end of file
{% 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