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
1ef5cf9f
Commit
1ef5cf9f
authored
Nov 28, 2017
by
Sofiya Semenova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preformatted styling for post content
parent
885162c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/email/body.html
+4
-5
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/email/body.txt
+7
-1
No files found.
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/email/body.html
View file @
1ef5cf9f
...
...
@@ -11,11 +11,10 @@
{{ 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>
...
...
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/email/body.txt
View file @
1ef5cf9f
...
...
@@ -5,7 +5,13 @@
{{ 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 %}
...
...
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