Follow-up to email template for forum notifications after testing in stage
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% blocktrans trimmed %}
|
||||
Response to your {{ thread_title }} post
|
||||
{% endblocktrans %}
|
||||
{% blocktrans %}Response to {{ thread_title }}{% endblocktrans %}
|
||||
Reference in New Issue
Block a user