Commit cc764757 by Ben Patterson

Revert "Update copy for On Demand Cert Download"

parent c64d58f2
...@@ -59,7 +59,8 @@ from django.utils.http import urlquote_plus ...@@ -59,7 +59,8 @@ from django.utils.http import urlquote_plus
<div class="msg-content"> <div class="msg-content">
<h2 class="title">${_("Your certificate is available")}</h2> <h2 class="title">${_("Your certificate is available")}</h2>
<p class="copy"> <p class="copy">
${_("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"<a class='generate_certs' href='#' data-endpoint={}>".format(post_url), link_end=u"</a>")}
</p> </p>
</div> </div>
<div class="msg-actions"> <div class="msg-actions">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment