Commit dddf37c5 by Muhammad Shoaib

I18n

parent fb6fcd26
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
<div class="gated-sequence"> <div class="gated-sequence">
<span><i class="fa fa-lock"></i></span> <span><i class="fa fa-lock"></i></span>
<a class="start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}"> <a class="start-timed-exam" data-ajax-url="{{enter_exam_endpoint}}" data-exam-id="{{exam_id}}">
{% blocktrans %} {% trans "Yes, take this exam as a proctored exam (and be eligible for credit)" %}
Yes, take this exam as a proctored exam (and be eligible for credit)
{% endblocktrans %}
</a> </a>
<p> <p>
{% blocktrans %} {% blocktrans %}
...@@ -31,7 +29,7 @@ ...@@ -31,7 +29,7 @@
<div class="gated-sequence"> <div class="gated-sequence">
<span><i class="fa fa-unlock"></i></span> <span><i class="fa fa-unlock"></i></span>
<a class="start-timed-exam"> <a class="start-timed-exam">
No, take this exam as an open exam (and not be eligible for credit) {% trans "No, take this exam as an open exam (and not be eligible for credit)" %}
</a> </a>
<p> <p>
{% blocktrans %} {% blocktrans %}
......
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