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

This commit is contained in:
Sofiya Semenova
2017-11-21 16:43:20 -05:00
parent c9c67e0827
commit 885162c2d2
3 changed files with 3 additions and 5 deletions

View File

@@ -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>

View File

@@ -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 }}

View File

@@ -1,5 +1,3 @@
{% load i18n %}
{% blocktrans trimmed %}
Response to your {{ thread_title }} post
{% endblocktrans %}
{% blocktrans %}Response to {{ thread_title }}{% endblocktrans %}