diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index f463bfe348..fe0c706371 100644 --- a/lms/templates/courseware/progress.html +++ b/lms/templates/courseware/progress.html @@ -59,7 +59,8 @@ from django.utils.http import urlquote_plus
- ${_("You can keep working for a higher grade, or request your certificate now.")} + ${_("You can now access your certificate. If you keep working and receive a higher grade,you can request an {link_start} updated certificate {link_end}.").format( + link_start=u"".format(post_url), link_end=u"")}