Commit 1afdc70b by Frances Botsford

text code cleanup on photo page

parent 732ac178
...@@ -251,8 +251,6 @@ ...@@ -251,8 +251,6 @@
<h4 class="title">${_("Check Your Name")}</h4> <h4 class="title">${_("Check Your Name")}</h4>
<div class="copy"> <div class="copy">
<!-- FIXME: not sure how to handle variables w/in translation context -->
${_("Contact {platform_name}").format(platform_name=settings.PLATFORM_NAME)}
<p>${_("Make sure your full name on your edX account ({}) matches your ID. We will also use this as the name on your certificate.").format(user_full_name)}</p> <p>${_("Make sure your full name on your edX account ({}) matches your ID. We will also use this as the name on your certificate.").format(user_full_name)}</p>
</div> </div>
......
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