Commit b757a025 by Chris Dodge

remove unneeded anchor tags

parent ad14deba
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<button class="gated-sequence start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false> <button class="gated-sequence start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false>
<a>
{% trans "Continue to my practice exam" %} {% trans "Continue to my practice exam" %}
</a>
<p> <p>
{% blocktrans %} {% blocktrans %}
You will be guided through steps to set up online proctoring software and to perform various checks. You will be guided through steps to set up online proctoring software and to perform various checks.
......
...@@ -11,9 +11,7 @@ ...@@ -11,9 +11,7 @@
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<button class="gated-sequence start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false> <button class="gated-sequence start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}" data-attempt-proctored=true data-start-immediately=false>
<a> {% trans "Continue to my proctored exam. I want to be eligible for credit." %}
{% trans "Continue to my proctored exam. I want to be eligible for credit." %}
</a>
<p> <p>
{% blocktrans %} {% blocktrans %}
You will be guided through steps to set up online proctoring software and to perform various checks.</br> You will be guided through steps to set up online proctoring software and to perform various checks.</br>
...@@ -23,9 +21,7 @@ ...@@ -23,9 +21,7 @@
<i class="fa fa-arrow-circle-right"></i> <i class="fa fa-arrow-circle-right"></i>
</button> </button>
<button class="gated-sequence start-timed-exam" data-attempt-proctored=false> <button class="gated-sequence start-timed-exam" data-attempt-proctored=false>
<a> {% trans "Take this exam without proctoring." %}
{% trans "Take this exam without proctoring." %}
</a>
<i class="fa fa-arrow-circle-right"></i> <i class="fa fa-arrow-circle-right"></i>
<p> <p>
{% blocktrans %} {% blocktrans %}
......
...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths): ...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='edx-proctoring', name='edx-proctoring',
version='0.10.14', version='0.10.15',
description='Proctoring subsystem for Open edX', description='Proctoring subsystem for Open edX',
long_description=open('README.md').read(), long_description=open('README.md').read(),
author='edX', 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