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

Follow-up to email template for forum notifications after testing in stage
This commit is contained in:
Sofiya Semenova
2017-11-29 11:01:13 -05:00
committed by GitHub
3 changed files with 14 additions and 11 deletions

View File

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

View File

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

View File

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