Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
885162c2
Commit
885162c2
authored
Nov 21, 2017
by
Sofiya Semenova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow-up to email template for forum notifications after testing in stage
parent
c9c67e08
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/email/body.html
+1
-1
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/email/body.txt
+1
-1
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/email/subject.txt
+2
-4
No files found.
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/email/body.html
View file @
885162c2
...
...
@@ -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>
...
...
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/email/body.txt
View file @
885162c2
...
...
@@ -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 }}
...
...
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/email/subject.txt
View file @
885162c2
{% 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment