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 @@
<td>
<p>
{% blocktrans trimmed %}
{{ comment_username }} replied to your <b>{{ thread_title }}</b> post
{{ comment_username }} replied to <b>{{ thread_title }}</b>:
{% endblocktrans %}
</p>
<div style="border: 1px solid white;
padding: 15px 15px 15px 20px;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.55);
margin: 30px 70px 40px 0px;">
<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>
......
......@@ -2,10 +2,16 @@
{% 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 }}
<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>
{% endblock %}
......
{% 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