Commit aa703a40 by Chris Dodge

de-edXify text

parent 7dd6f768
...@@ -4,6 +4,7 @@ Various callback paths that support callbacks from SoftwareSecure ...@@ -4,6 +4,7 @@ Various callback paths that support callbacks from SoftwareSecure
import logging import logging
from django.template import Context, loader from django.template import Context, loader
from django.conf import settings
from django.http import HttpResponse from django.http import HttpResponse
import pytz import pytz
from datetime import datetime from datetime import datetime
...@@ -60,6 +61,7 @@ def start_exam_callback(request, attempt_code): # pylint: disable=unused-argume ...@@ -60,6 +61,7 @@ def start_exam_callback(request, attempt_code): # pylint: disable=unused-argume
template.render( template.render(
Context({ Context({
'exam_attempt_status_url': poll_url, 'exam_attempt_status_url': poll_url,
'platform_name': settings.PLATFORM_NAME,
}) })
) )
) )
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
</div> </div>
<h5> <h5>
{% blocktrans %} {% blocktrans %}
Return to the edX course window to start your exam. When you have finished your exam and Return to the {{platform_name}} course window to start your exam. When you have finished your exam and
have marked it as complete, you can close this window to end the proctoring session have marked it as complete, you can close this window to end the proctoring session
and upload your proctoring session data for review." and upload your proctoring session data for review."
{% endblocktrans %} {% endblocktrans %}
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
{% blocktrans %} {% blocktrans %}
Proctoring session results are usually available 24-48 hours after you submit your exam. Proctoring session results are usually available 24-48 hours after you submit your exam.
If you have questions about the status of your session review If you have questions about the status of your session review
after that time, contact <a href="https://www.edx.org/contact-us">edX</a> Support. after that time, contact <a href="https://www.edx.org/contact-us">{{platform_name}}</a> Support.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<hr> <hr>
......
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