Unverified Commit 2fca453f by Sofiya Semenova Committed by GitHub

Merge pull request #16656 from edx/sofiya/notifications-followup

Follow-up to email template for forum notifications after testing in stage
parents 88195d47 1ef5cf9f
...@@ -8,14 +8,13 @@ ...@@ -8,14 +8,13 @@
<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>
<div style="border-left: 1px solid rgba(0,0,0,0.25);
<div style="border: 1px solid white; padding: 1px 1px 1px 15px;
padding: 15px 15px 15px 20px; margin: 20px 20px 30px 30px;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.55); color: rgba(0,0,0,.75);">
margin: 30px 70px 40px 0px;">
{{ comment_body }} {{ comment_body }}
</div> </div>
......
...@@ -2,10 +2,16 @@ ...@@ -2,10 +2,16 @@
{% 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 }}
<div style="border-left: 1px solid rgba(0,0,0,0.25);
padding: 1px 1px 1px 15px;
margin: 20px 20px 30px 30px;
color: rgba(0,0,0,.75);">
{{ comment_body }}
</div>
<a href="{{ post_link }}"> {% trans "View discussion" %} </a> <a href="{{ post_link }}"> {% trans "View discussion" %} </a>
{% endblock %} {% endblock %}
......
{% 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