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
1574650f
Commit
1574650f
authored
Jul 09, 2015
by
zubair-arbi
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8845 from edx/tasawer/story/ecom-1651-on-demand-cert-download-update
Update copy for On Demand Cert Download
parents
472de1a5
c964b5cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lms/djangoapps/courseware/tests/test_views.py
+1
-1
lms/templates/courseware/progress.html
+1
-1
No files found.
lms/djangoapps/courseware/tests/test_views.py
View file @
1574650f
...
...
@@ -860,7 +860,7 @@ class ProgressPageTests(ModuleStoreTestCase):
resp
=
views
.
progress
(
self
.
request
,
course_id
=
unicode
(
self
.
course
.
id
))
self
.
assertContains
(
resp
,
u"View Certificate"
)
self
.
assertContains
(
resp
,
u"You can
now access your certificat
e"
)
self
.
assertContains
(
resp
,
u"You can
keep working for a higher grad
e"
)
cert_url
=
certs_api
.
get_certificate_url
(
user_id
=
self
.
user
.
id
,
course_id
=
self
.
course
.
id
...
...
lms/templates/courseware/progress.html
View file @
1574650f
...
...
@@ -59,7 +59,7 @@ from django.utils.http import urlquote_plus
<div
class=
"msg-content"
>
<h2
class=
"title"
>
${_("Your certificate is available")}
</h2>
<p
class=
"copy"
>
${_("You can
now access your certificate. If you keep working and receive a higher grade, you can request an updated certificate
.")}
${_("You can
keep working for a higher grade, or request your certificate now
.")}
</p>
</div>
<div
class=
"msg-actions"
>
...
...
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