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
224cca69
Commit
224cca69
authored
Oct 24, 2017
by
sandroroux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing the templates to make them more accessible.
parent
2fafa546
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html
+1
-1
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html
+7
-1
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.html
+3
-2
No files found.
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html
View file @
224cca69
...
...
@@ -56,7 +56,7 @@ email itself. -->
<td
width=
"70"
>
<a
href=
"{{ homepage_url }}"
><img
src=
"https://media.sailthru.com/595/1k1/8/o/599f355101b3f.png"
width=
"70"
height=
"30"
alt=
"{% blocktrans %}{{ platform_name }} Home Page{% endblocktrans %}"
/></a>
height=
"30"
alt=
"{% blocktrans %}
Go to
{{ platform_name }} Home Page{% endblocktrans %}"
/></a>
</td>
<td
align=
"right"
style=
"text-align: right;"
>
<a
class=
"login"
href=
"{{ dashboard_url }}"
style=
"color: #005686;"
>
{% trans "Sign In" %}
</a>
...
...
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html
View file @
224cca69
{% load i18n %}
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<title>
{% block title %}edX Email{% endblock %}
</title>
<title
lang=
"{{ get_current_language | default:"
en
"
}}"
>
{% block title %}
{% trans "edX Email" %}
{% endblock %}
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<style
type=
"text/css"
>
...
...
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.html
View file @
224cca69
...
...
@@ -66,7 +66,7 @@
<img
src=
"{{ cert_image }}"
alt=
"{% trans 'Example
print-out
of a verified certificate' %}"
alt=
"{% trans 'Example of a verified certificate' %}"
style=
"
display: block;
margin-right: auto;
...
...
@@ -77,7 +77,8 @@
border-bottom: 3px solid lightgray;
border-right: 3px solid lightgray;
border-left: 1px solid lightgray;
"
/>
"
/>
<p>
{# email client support for style sheets is pretty spotty, so we have to inline all of these styles #}
...
...
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