<spanclass="tip"><spanclass="sr">Tip: </span>${_("Use this ID when you create links to this unit from other course content. You enter the ID in the URL field.")}</span>
<inputclass="rerun-course-org"id="rerun-course-org"type="text"name="rerun-course-org"aria-required="true"value="${source_course_key.org}"placeholder="${_('e.g. UniversityX or OrganizationX')}"/>
<inputclass="rerun-course-org"id="rerun-course-org"type="text"name="rerun-course-org"aria-required="true"value="${source_course_key.org | h}"placeholder="${_('e.g. UniversityX or OrganizationX')}"/>
<spanclass="tip">
${_("The name of the organization sponsoring the new course. (This name is often the same as the original organization name.)")}
<strongclass="tip-note"class="tip-note">${_("Note: No spaces or special characters are allowed.")}</strong>
@@ -73,7 +73,7 @@ from contentstore.utils import reverse_usage_url
<h3class="sr">${_("Page Actions")}</h3>
<ul>
<liclass="nav-item">
<ahref="#"class="button button-new"data-category="chapter"data-parent="${context_course.location}"data-default-name="${_('Section')}"title="${_('Click to add a new section')}">
<ahref="#"class="button button-new"data-category="chapter"data-parent="${context_course.location | h}"data-default-name="${_('Section')}"title="${_('Click to add a new section')}">
<iclass="icon-plus"></i>${_('New Section')}
</a>
</li>
...
...
@@ -116,7 +116,7 @@ from contentstore.utils import reverse_usage_url
@@ -139,7 +139,7 @@ from contentstore.utils import reverse_usage_url
<divclass="bit external-help">
<ahref="${get_online_help_info(online_help_token())['doc_url']}"target="_blank"class="button external-help-button">${_("Learn more about the course outline")}</a>
<inputtype="button"value="Cancel"onclick="javascript:location=location"/><inputtype="submit"value="{% if cert %}Refund{% else %}Confirm{% endif %}"/>
<inputtype="button"value="Cancel"onclick="javascript:location=location"/><inputtype="submit"value="{% if cert %}Refund{% else %}Confirm{% endif %}"/>
</p>
</form>
{% if cert %}
...
...
@@ -49,7 +49,7 @@ strong {
<strong>{% trans "Order Id:" %}</strong> {{cert.order.id}}
</p>
<p>
<strong>{% trans "Enrollment:" %}</strong> {{enrollment.course_id}} {{enrollment.mode}} ({% if enrollment.is_active %}{% trans "enrolled" %}{% else %}{% trans "unenrolled" %}{% endif %})
<strong>{% trans "Enrollment:" %}</strong> {{enrollment.course_id|escape}} {{enrollment.mode}} ({% if enrollment.is_active %}{% trans "enrolled" %}{% else %}{% trans "unenrolled" %}{% endif %})
</p>
<p>
<strong>{% trans "Cost:" %}</strong> {{cert.unit_cost}} {{cert.currency}}