Commit 01abf5e8 by Chris Dodge

make links open up in new tab

parent 231c79d0
......@@ -162,7 +162,7 @@
<div class="steps-container">
<div class="body-container">
<h3>{% blocktrans %} Your Proctoring Session Has Started {% endblocktrans %}</h3>
<p>{% blocktrans %} From this point in time, you must follow the <a href="{{link_urls.online_proctoring_rules}}">online proctoring rules</a> to pass the proctoring review for your exam. {% endblocktrans %}</p>
<p>{% blocktrans %} From this point in time, you must follow the <a href="{{link_urls.online_proctoring_rules}}" target="_blank">online proctoring rules</a> to pass the proctoring review for your exam. {% endblocktrans %}</p>
<div class="alert">
{% blocktrans %}
......
......@@ -2,17 +2,17 @@
<div class="faq-proctoring-exam">
<h4> {% trans "See Also" %} </h4>
<p>
<a class="footer-link" href="{{link_urls.faq}}">
<a class="footer-link" href="{{link_urls.faq}}" target="_blank">
{% blocktrans %}
Frequently asked questions about proctoring and earning college credit
{% endblocktrans %}
</a>
<a class="footer-link" href="{{link_urls.online_proctoring_rules}}">
<a class="footer-link" href="{{link_urls.online_proctoring_rules}}" target="_blank">
{% blocktrans %}
Online proctoring rules
{% endblocktrans %}
</a>
<a class="footer-link" href="{{link_urls.tech_requirements}}">
<a class="footer-link" href="{{link_urls.tech_requirements}}" target="_blank">
{% blocktrans %}
Technical Requirements for taking a proctored exam
{% endblocktrans %}
......
......@@ -20,7 +20,7 @@
{% blocktrans %}
After you have ended the proctoring session, the recorded data is uploaded for review. 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
after that time, contact <a href="{{link_urls.contact_us}}">{{platform_name}}</a> Support.
after that time, contact <a href="{{link_urls.contact_us}}" target="_blank">{{platform_name}}</a> Support.
{% endblocktrans %}
</p>
<hr>
......
......@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
setup(
name='edx-proctoring',
version='0.6.1',
version='0.6.2',
description='Proctoring subsystem for Open edX',
long_description=open('README.md').read(),
author='edX',
......
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