<h3class="title-3">${_("Adding Files for Your Course")}</h3>
<h3class="title-3">${_("Adding Files for Your Course")}</h3>
<p>${_("To add files to use in your course, click {em_start}Upload New File{em_end}. Then follow the prompts to upload a file from your computer.").format(em_start='<strong>', em_end="</strong>")}</p>
<p>${Text(_("To add files to use in your course, click {em_start}Upload New File{em_end}. Then follow the prompts to upload a file from your computer.")).format(em_start=HTML("<strong>"), em_end=HTML("</strong>"))}</p>
<p>${_("{em_start}Caution{em_end}: {platform_name} recommends that you limit the file size to {em_start}10 MB{em_end}. In addition, do not upload video or audio files. You should use a third party service to host multimedia files.").format(em_start='<strong>', em_end="</strong>", platform_name=settings.PLATFORM_NAME)}</p>
<p>${Text(_("{em_start}Caution{em_end}: {platform_name} recommends that you limit the file size to {em_start}10 MB{em_end}. In addition, do not upload video or audio files. You should use a third party service to host multimedia files.")).format(em_start=HTML("<strong>"), em_end=HTML("</strong>"), platform_name=settings.PLATFORM_NAME)}</p>
<p>${_("The course image, textbook chapters, and files that appear on your Course Handouts sidebar also appear in this list.")}</p>
<p>${_("The course image, textbook chapters, and files that appear on your Course Handouts sidebar also appear in this list.")}</p>
</div>
</div>
<divclass="bit">
<divclass="bit">
<h3class="title-3">${_("Using File URLs")}</h3>
<h3class="title-3">${_("Using File URLs")}</h3>
<p>${_("Use the {em_start}{studio_name} URL{em_end} value to link to the file or image from a component, a course update, or a course handout.").format(studio_name=settings.STUDIO_SHORT_NAME, em_start="<strong>", em_end="</strong>")}</p>
<p>${Text(_("Use the {em_start}{studio_name} URL{em_end} value to link to the file or image from a component, a course update, or a course handout.")).format(studio_name=settings.STUDIO_SHORT_NAME, em_start=HTML("<strong>"), em_end=HTML("</strong>"))}</p>
<p>${_("Use the {em_start}Web URL{em_end} value to reference the file or image only from outside of your course. {em_start}Note:{em_end} If you lock a file, the Web URL no longer works for external access to a file.").format(em_start='<strong>', em_end="</strong>")}</p>
<p>${Text(_("Use the {em_start}Web URL{em_end} value to reference the file or image only from outside of your course. {em_start}Note:{em_end} If you lock a file, the Web URL no longer works for external access to a file.")).format(em_start=HTML("<strong>"), em_end=HTML("</strong>"))}</p>
<p>${_("To copy a URL, double click the value in the URL column, then copy the selected text.")}</p>
<p>${_("To copy a URL, double click the value in the URL column, then copy the selected text.")}</p>
<inputclass="rerun-course-name"id="rerun-course-name"type="text"name="rerun-course-name"aria-required="true"value="${display_name | h}"placeholder="${_('e.g. Introduction to Computer Science')}"/>
<inputclass="rerun-course-name"id="rerun-course-name"type="text"name="rerun-course-name"aria-required="true"value="${display_name}"placeholder="${_('e.g. Introduction to Computer Science')}"/>
<spanclass="tip">
<spanclass="tip">
${_("The public display name for the new course. (This name is often the same as the original course name.)")}
${_("The public display name for the new course. (This name is often the same as the original course name.)")}
</span>
</span>
...
@@ -81,7 +82,7 @@ from django.template.defaultfilters import escapejs
...
@@ -81,7 +82,7 @@ from django.template.defaultfilters import escapejs
</li>
</li>
<liclass="field text required"id="field-organization">
<liclass="field text required"id="field-organization">
<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')}"/>
<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')}"/>
<spanclass="tip">
<spanclass="tip">
${_("The name of the organization sponsoring the new course. (This name is often the same as the original organization name.)")}
${_("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>
<strongclass="tip-note"class="tip-note">${_("Note: No spaces or special characters are allowed.")}</strong>
...
@@ -92,7 +93,7 @@ from django.template.defaultfilters import escapejs
...
@@ -92,7 +93,7 @@ from django.template.defaultfilters import escapejs
<liclass="row">
<liclass="row">
<divclass="column field text required"id="field-course-number">
<divclass="column field text required"id="field-course-number">
@@ -85,9 +87,10 @@ from openedx.core.djangoapps.self_paced.models import SelfPacedConfiguration
...
@@ -85,9 +87,10 @@ from openedx.core.djangoapps.self_paced.models import SelfPacedConfiguration
% if deprecated_blocks_info.get('block_types_enabled'):
% if deprecated_blocks_info.get('block_types_enabled'):
<divclass="advance-modules-list">
<divclass="advance-modules-list">
<pclass="advance-modules-remove-text">
<pclass="advance-modules-remove-text">
${_("To avoid errors, {platform_name} strongly recommends that you remove unsupported features from the course advanced settings. To do this, go to the {link_start}Advanced Settings page{link_end}, locate the \"Advanced Module List\" setting, and then delete the following modules from the list.").format(
${Text(_("To avoid errors, {platform_name} strongly recommends that you remove unsupported features from the course advanced settings. To do this, go to the {link_start}Advanced Settings page{link_end}, locate the \"Advanced Module List\" setting, and then delete the following modules from the list.")).format(
@@ -196,7 +199,7 @@ from openedx.core.djangoapps.self_paced.models import SelfPacedConfiguration
...
@@ -196,7 +199,7 @@ from openedx.core.djangoapps.self_paced.models import SelfPacedConfiguration
<p>${_("Select the Configure icon for a section or subsection to set its release date. When you configure a subsection, you can also set the grading policy and due date.")}</p>
<p>${_("Select the Configure icon for a section or subsection to set its release date. When you configure a subsection, you can also set the grading policy and due date.")}</p>
<h3class="title-3">${_("Changing the content students see")}</h3>
<h3class="title-3">${_("Changing the content students see")}</h3>
<p>${_("To publish draft content, select the Publish icon for a section, subsection, or unit.")}</p>
<p>${_("To publish draft content, select the Publish icon for a section, subsection, or unit.")}</p>
<p>${_("To hide content from students, select the Configure icon for a section, subsection, or unit, then select {em_start}Hide from students{em_end}.").format(em_start='<strong>', em_end="</strong>")}</p>
<p>${Text(_("To hide content from students, select the Configure icon for a section, subsection, or unit, then select {em_start}Hide from students{em_end}.")).format(em_start=HTML("<strong>"), em_end=HTML("</strong>"))}</p>
</div>
</div>
<divclass="bit external-help">
<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>
<ahref="${get_online_help_info(online_help_token())['doc_url']}"target="_blank"class="button external-help-button">${_("Learn more about the course outline")}</a>
<p><%= gettext("You haven't added any assets to this course yet.") %> <a href="#" class="button new-button upload-button"><i class="icon fa fa-plus" aria-hidden="true"></i><%= gettext("Upload your first asset") %></a></p>
<p><%- gettext("You haven't added any assets to this course yet.") %> <a href="#" class="button new-button upload-button"><i class="icon fa fa-plus" aria-hidden="true"></i><%- gettext("Upload your first asset") %></a></p>