<%blockname="title">${_("Page Not Found")}</%block>
<%blockname="content">
<%blockname="content">
<divclass="wrapper-content wrapper">
<divclass="wrapper-content wrapper">
<sectionclass="content">
<sectionclass="content">
<h1>Page not found</h1>
<h1>${_("Page not found")}</h1>
<p>The page that you were looking for was not found. Go back to the <ahref="/">homepage</a> or let us know about any pages that may have been moved at <ahref="mailto:technical@edx.org">technical@edx.org</a>.</p>
<p>${_('The page that you were looking for was not found.')}
${_('Go back to the {homepage} or let us know about any pages that may have been moved at {email}.').format(
<p>Something went wrong. Check to make sure the URL you went to was
<p>${_('Something went wrong. Check to make sure the URL you went to was correct -- e-mail programs will sometimes split it into two lines. If you still have issues, e-mail us to let us know what happened at {email}.').format(email='<ahref="mailto:bugs@mitx.mit.edu">bugs@mitx.mit.edu</a>')}</p>
correct -- e-mail programs will sometimes split it into two
lines. If you still have issues, e-mail us to let us know what happened
at <ahref="mailto:bugs@mitx.mit.edu">bugs@mitx.mit.edu</a>.</p>
<p>Or you can go back to the <ahref="/">home page</a>.</p>
<p>${_('Or you can go back to the {link_start}home page{link_end}.').format(
<h3class="title title-3">What are checklists?</h3>
<h3class="title title-3">${_("What are checklists?")}</h3>
<p>
<p>
Running a course on edX is a complex undertaking. Course checklists are designed to help you understand and keep track of all the steps necessary to get your course ready for students.
${_("Running a course on edX is a complex undertaking. Course checklists are designed to help you understand and keep track of all the steps necessary to get your course ready for students.")}
</p>
</p>
<p>
<p>
These checklists are shared among your course team, and any changes you make are immediately visible to other members of the team and saved automatically.
${_("These checklists are shared among your course team, and any changes you make are immediately visible to other members of the team and saved automatically.")}
<pclas="copy">Course updates are announcements or notifications you want to share with your class. Other course authors have used them for important exam/date reminders, change in schedules, and to call out any important steps students need to be aware of.</p>
<pclas="copy">${_('Course updates are announcements or notifications you want to share with your class. Other course authors have used them for important exam/date reminders, change in schedules, and to call out any important steps students need to be aware of.')}</p>
<pclass="copy">Static Pages are additional pages that supplement your Courseware. Other course authors have used them to share a syllabus, calendar, handouts, and more.</p>
<pclass="copy">${_("Static Pages are additional pages that supplement your Courseware. Other course authors have used them to share a syllabus, calendar, handouts, and more.")}</p>
<navclass="nav-introduction-supplementary">
<navclass="nav-introduction-supplementary">
<ul>
<ul>
<liclass="nav-item">
<liclass="nav-item">
<arel="modal"href="#preview-lms-staticpages"><iclass="icon-question-sign"></i>How do Static Pages look to students in my course?</a>
<arel="modal"href="#preview-lms-staticpages"><iclass="icon-question-sign"></i>${_("How do Static Pages look to students in my course?")}</a>
<h3class="title">How Static Pages are Used in Your Course</h3>
<h3class="title">${_("How Static Pages are Used in Your Course")}</h3>
<figure>
<figure>
<imgsrc="/static/img/preview-lms-staticpages.png"alt="Preview of how Static Pages are used in your course"/>
<imgsrc="/static/img/preview-lms-staticpages.png"alt="${_('Preview of how Static Pages are used in your course')}"/>
<figcaptionclass="description">These pages will be presented in your course's main navigation alongside Courseware, Course Info, Discussion, etc.</figcaption>
<figcaptionclass="description">${_("These pages will be presented in your course's main navigation alongside Courseware, Course Info, Discussion, etc.")}</figcaption>
% if subsection.lms.start and not almost_same_datetime(subsection.lms.start, parent_item.lms.start):
% if subsection.lms.start and not almost_same_datetime(subsection.lms.start, parent_item.lms.start):
% if parent_item.lms.start is None:
% if parent_item.lms.start is None:
<pclass="notice">The date above differs from the release date of
<pclass="notice">${_("The date above differs from the release date of {name}, which is unset.").format(name=parent_item.display_name_with_default)}
${parent_item.display_name_with_default}, which is unset.
% else:
% else:
<pclass="notice">The date above differs from the release date of ${parent_item.display_name_with_default} –
<pclass="notice">${_("The date above differs from the release date of {name} - {start_time}").format(name=parent_item.display_name_with_default, start_time=get_default_time_display(parent_item.lms.start))}.
Thank you for signing up for edX Studio! To activate your account,
<%! from django.utils.translation import ugettext as _ %>
please copy and paste this address into your web browser's
address bar:
${_("Thank you for signing up for edX Studio! To activate your account, please copy and paste this address into your web browser's address bar:")}
% if is_secure:
% if is_secure:
https://${ site }/activate/${ key }
https://${ site }/activate/${ key }
...
@@ -8,6 +8,4 @@ address bar:
...
@@ -8,6 +8,4 @@ address bar:
http://${ site }/activate/${ key }
http://${ site }/activate/${ key }
% endif
% endif
If you didn't request this, you don't need to do anything; you won't
${_("If you didn't request this, you don't need to do anything; you won't receive any more email from us. Please do not reply to this e-mail; if you require assistance, check the help section of the edX web site.")}
receive any more email from us. Please do not reply to this e-mail; if
you require assistance, check the help section of the edX web site.
<h1>${_("The Page You Requested Page Cannot be Found")}</h1>
<pclass="description">we can't find that page.</p>
<pclass="description">${_("We're sorry. We couldn't find the Studio page you're looking for. You may want to return to the Studio Dashboard and try again. If you are still having problems accessing things, please feel free to {link_start}contact Studio support{link_end} for further help.").format(
link_start='<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="{title}">'.format(title=_("Use our feedback tool, Tender, to share your feedback")),
link_end='</a>',
)}</p>
% elif error == '500':
% elif error == '500':
<h1>Oops…</h1>
<h1>${_("The Server Encountered an Error")}</h1>
<pclass="description">there was a problem with the server.</p>
<pclass="description">${_("We're sorry. There was a problem with the server while trying to process your last request. You may want to return to the Studio Dashboard or try this request again. If you are still having problems accessing things, please feel free to {link_start}contact Studio support{link_end} for further help.").format(
link_start='<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="{title}">'.format(title=_("Use our feedback tool, Tender, to share your feedback")),
link_end='</a>',
)}</p>
% endif
% endif
<ahref="/"class="back-button">Back to dashboard</a>
<ahref="/"class="back-button">${_("Back to dashboard")}</a>
<pclass="tagline">${_("Studio helps manage your courses online, so you can focus on teaching them")}</p>
</header>
</header>
</section>
</section>
</div>
</div>
...
@@ -18,15 +20,15 @@
...
@@ -18,15 +20,15 @@
<divclass="wrapper-content-features wrapper">
<divclass="wrapper-content-features wrapper">
<sectionclass="content content-features">
<sectionclass="content content-features">
<header>
<header>
<h2class="sr">Studio's Many Features</h2>
<h2class="sr">${_("Studio's Many Features")}</h2>
</header>
</header>
<olclass="list-features">
<olclass="list-features">
<liclass="feature">
<liclass="feature">
<figureclass="img zoom">
<figureclass="img zoom">
<arel="modal"href="#hiw-feature1">
<arel="modal"href="#hiw-feature1">
<imgsrc="/static/img/thumb-hiw-feature1.png"alt="Studio Helps You Keep Your Courses Organized"/>
<imgsrc="/static/img/thumb-hiw-feature1.png"alt="${_('Studio Helps You Keep Your Courses Organized')}"/>
<figcaptionclass="sr">Studio Helps You Keep Your Courses Organized</figcaption>
<figcaptionclass="sr">${_("Studio Helps You Keep Your Courses Organized")}</figcaption>
<spanclass="action-zoom">
<spanclass="action-zoom">
<iclass="icon-zoom-in"></i>
<iclass="icon-zoom-in"></i>
</span>
</span>
...
@@ -34,23 +36,23 @@
...
@@ -34,23 +36,23 @@
</figure>
</figure>
<divclass="copy">
<divclass="copy">
<h3>Keeping Your Course Organized</h3>
<h3>${_("Keeping Your Course Organized")}</h3>
<p>The backbone of your course is how it is organized. Studio offers an <strong>Outline</strong> editor, providing a simple hierarchy and easy drag and drop to help you and your students stay organized.</p>
<p>${_("The backbone of your course is how it is organized. Studio offers an <strong>Outline</strong> editor, providing a simple hierarchy and easy drag and drop to help you and your students stay organized.")}</p>
<ulclass="list-proofpoints">
<ulclass="list-proofpoints">
<liclass="proofpoint">
<liclass="proofpoint">
<h4class="title">Simple Organization For Content</h4>
<h4class="title">${_("Simple Organization For Content")}</h4>
<p>Studio uses a simple hierarchy of <strong>sections</strong> and <strong>subsections</strong> to organize your content.</p>
<p>${_("Studio uses a simple hierarchy of <strong>sections</strong> and <strong>subsections</strong> to organize your content.")}</p>
</li>
</li>
<liclass="proofpoint">
<liclass="proofpoint">
<h4class="title">Change Your Mind Anytime</h4>
<h4class="title">${_("Change Your Mind Anytime")}</h4>
<p>Draft your outline and build content anywhere. Simple drag and drop tools let your reorganize quickly.</p>
<p>${_("Draft your outline and build content anywhere. Simple drag and drop tools let your reorganize quickly.")}</p>
</li>
</li>
<liclass="proofpoint">
<liclass="proofpoint">
<h4class="title">Go A Week Or A Semester At A Time</h4>
<h4class="title">${_("Go A Week Or A Semester At A Time")}</h4>
<p>Build and release <strong>sections</strong> to your students incrementally. You don't have to have it all done at once.</p>
<p>${_("Build and release <strong>sections</strong> to your students incrementally. You don't have to have it all done at once.")}</p>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -59,8 +61,8 @@
...
@@ -59,8 +61,8 @@
<liclass="feature">
<liclass="feature">
<figureclass="img zoom">
<figureclass="img zoom">
<arel="modal"href="#hiw-feature2">
<arel="modal"href="#hiw-feature2">
<imgsrc="/static/img/thumb-hiw-feature2.png"alt="Learning is More than Just Lectures"/>
<imgsrc="/static/img/thumb-hiw-feature2.png"alt="${_('Learning is More than Just Lectures')}"/>
<figcaptionclass="sr">Learning is More than Just Lectures</figcaption>
<figcaptionclass="sr">${_("Learning is More than Just Lectures")}</figcaption>
<spanclass="action-zoom">
<spanclass="action-zoom">
<iclass="icon-zoom-in"></i>
<iclass="icon-zoom-in"></i>
</span>
</span>
...
@@ -68,23 +70,23 @@
...
@@ -68,23 +70,23 @@
</figure>
</figure>
<divclass="copy">
<divclass="copy">
<h3>Learning is More than Just Lectures</h3>
<h3>${_("Learning is More than Just Lectures")}</h3>
<p>Studio lets you weave your content together in a way that reinforces learning — short video lectures interleaved with exercises and more. Insert videos and author a wide variety of exercise types with just a few clicks.</p>
<p>${_("Studio lets you weave your content together in a way that reinforces learning — short video lectures interleaved with exercises and more. Insert videos and author a wide variety of exercise types with just a few clicks.")}</p>
<p>Help your students understand a small interactive piece at a time with multimedia, HTML, and exercises.</p>
<p>${_("Help your students understand a small interactive piece at a time with multimedia, HTML, and exercises.")}</p>
</li>
</li>
<liclass="proofpoint">
<liclass="proofpoint">
<h4class="title">Work Visually, Organize Quickly</h4>
<h4class="title">${_("Work Visually, Organize Quickly")}</h4>
<p>Work visually and see exactly what your students will see. Reorganize all your content with drag and drop.</p>
<p>${_("Work visually and see exactly what your students will see. Reorganize all your content with drag and drop.")}</p>
</li>
</li>
<liclass="proofpoint">
<liclass="proofpoint">
<h4class="title">A Broad Library of Problem Types</h4>
<h4class="title">${_("A Broad Library of Problem Types")}</h4>
<p>It's more than just multiple choice. Studio has nearly a dozen types of problems to challenge your learners.</p>
<p>${_("It's more than just multiple choice. Studio has nearly a dozen types of problems to challenge your learners.")}</p>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -93,8 +95,8 @@
...
@@ -93,8 +95,8 @@
<liclass="feature">
<liclass="feature">
<figureclass="img zoom">
<figureclass="img zoom">
<arel="modal"href="#hiw-feature3">
<arel="modal"href="#hiw-feature3">
<imgsrc="/static/img/thumb-hiw-feature3.png"alt="Studio Gives You Simple, Fast, and Incremental Publishing. With Friends."/>
<imgsrc="/static/img/thumb-hiw-feature3.png"alt="${_('Studio Gives You Simple, Fast, and Incremental Publishing. With Friends.')}"/>
<figcaptionclass="sr">Studio Gives You Simple, Fast, and Incremental Publishing. With Friends.</figcaption>
<figcaptionclass="sr">${_("Studio Gives You Simple, Fast, and Incremental Publishing. With Friends.")}</figcaption>
<spanclass="action-zoom">
<spanclass="action-zoom">
<iclass="icon-zoom-in"></i>
<iclass="icon-zoom-in"></i>
</span>
</span>
...
@@ -102,23 +104,23 @@
...
@@ -102,23 +104,23 @@
</figure>
</figure>
<divclass="copy">
<divclass="copy">
<h3>Simple, Fast, and Incremental Publishing. With Friends.</h3>
<h3>${_("Simple, Fast, and Incremental Publishing. With Friends.")}</h3>
<p>Studio works like web applications you already know, yet understands how you build curriculum. Instant publishing to the web when you want it, incremental release when it makes sense. And with co-authors, you can have a whole team building a course, together.</p>
<p>${_("Studio works like web applications you already know, yet understands how you build curriculum. Instant publishing to the web when you want it, incremental release when it makes sense. And with co-authors, you can have a whole team building a course, together.")}</p>
<ulclass="list-proofpoints">
<ulclass="list-proofpoints">
<liclass="proofpoint">
<liclass="proofpoint">
<h4class="title">Instant Changes</h4>
<h4class="title">${_("Instant Changes")}</h4>
<p>Caught a bug? No problem. When you want, your changes to live when you hit Save.</p>
<p>${_("Caught a bug? No problem. When you want, your changes to live when you hit Save.")}</p>
</li>
</li>
<liclass="proofpoint">
<liclass="proofpoint">
<h4class="title">Release-On Date Publishing</h4>
<h4class="title">${_("Release-On Date Publishing")}</h4>
<p>When you've finished a <strong>section</strong>, pick when you want it to go live and Studio takes care of the rest. Build your course incrementally.</p>
<p>${_("When you've finished a <strong>section</strong>, pick when you want it to go live and Studio takes care of the rest. Build your course incrementally.")}</p>
</li>
</li>
<liclass="proofpoint">
<liclass="proofpoint">
<h4class="title">Work in Teams</h4>
<h4class="title">${_("Work in Teams")}</h4>
<p>Co-authors have full access to all the same authoring tools. Make your course better through a team effort.</p>
<p>${_("Co-authors have full access to all the same authoring tools. Make your course better through a team effort.")}</p>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -130,56 +132,56 @@
...
@@ -130,56 +132,56 @@
<divclass="wrapper-content-cta wrapper">
<divclass="wrapper-content-cta wrapper">
<sectionclass="content content-cta">
<sectionclass="content content-cta">
<header>
<header>
<h2class="sr">Sign Up for Studio Today!</h2>
<h2class="sr">${_("Sign Up for Studio Today!")}</h2>
</header>
</header>
<ulclass="list-actions">
<ulclass="list-actions">
<liclass="action-item">
<liclass="action-item">
<ahref="${reverse('signup')}"class="action action-primary">Sign Up & Start Making an edX Course</a>
<ahref="${reverse('signup')}"class="action action-primary">${_("Sign Up & Start Making an edX Course")}</a>
</li>
</li>
<liclass="action-item">
<liclass="action-item">
<ahref="${reverse('login')}"class="action action-secondary">Already have a Studio Account? Sign In</a>
<ahref="${reverse('login')}"class="action action-secondary">${_("Already have a Studio Account? Sign In")}</a>
</li>
</li>
</ul>
</ul>
</section>
</section>
</div>
</div>
<divclass="content-modal"id="hiw-feature1">
<divclass="content-modal"id="hiw-feature1">
<h3class="title">Outlining Your Course</h3>
<h3class="title">${_("Outlining Your Course")}</h3>
<figure>
<figure>
<imgsrc="/static/img/hiw-feature1.png"alt=""/>
<imgsrc="/static/img/hiw-feature1.png"alt=""/>
<figcaptionclass="description">Simple two-level outline to organize your couse. Drag and drop, and see your course at a glance.</figcaption>
<figcaptionclass="description">${_("Simple two-level outline to organize your couse. Drag and drop, and see your course at a glance.")}</figcaption>
<figcaptionclass="description">Simply set the date of a section or subsection, and Studio will publish it to your students for you.</figcaption>
<figcaptionclass="description">${_("Simply set the date of a section or subsection, and Studio will publish it to your students for you.")}</figcaption>
<p><strong>Importing a new course will delete all content currently associated with your course
<p><strong>${_("Importing a new course will delete all content currently associated with your course and replace it with the contents of the uploaded file.")}</strong></p>
and replace it with the contents of the uploaded file.</strong></p>
## Translators: ".tar.gz" is a file extension, and files with that extension are called "gzipped tar files": these terms should not be translated
<p>File uploads must be gzipped tar files (.tar.gz) containing, at a minimum, a <code>course.xml</code> file.</p>
<p>${_("File uploads must be gzipped tar files (.tar.gz) containing, at a minimum, a {filename} file.").format(filename='<code>course.xml</code>')}</p>
<p>Please note that if your course has any problems with auto-generated <code>url_name</code> nodes,
<p>${_("Please note that if your course has any problems with auto-generated {nodename} nodes, re-importing your course could cause the loss of student data associated with those problems.").format(nodename='<code>url_name</code>')}</p>
re-importing your course could cause the loss of student data associated with those problems.</p>
<p>Having trouble with your account? Use <ahref="http://help.edge.edx.org"rel="external">our support center</a> to look over self help steps, find solutions others have found to the same problem, or let us know of your issue.</p>
<p>${_('Having trouble with your account? Use {link_start}our support center{link_end} to look over self help steps, find solutions others have found to the same problem, or let us know of your issue.').format(link_start='<ahref="http://help.edge.edx.org"rel="external">', link_end='</a>')}</p>
<p>The following list of users have been designated as course staff. This means that these users will have permissions to modify course content. You may add additional course staff below, if you are the course instructor. Please note that they must have already registered and verified their account.</p>
<p>${_("The following list of users have been designated as course staff. This means that these users will have permissions to modify course content. You may add additional course staff below, if you are the course instructor. Please note that they must have already registered and verified their account.")}</p>
<p>On the date set above, this section – <strongclass="section-name"></strong> – will be released to students. Any units marked private will only be visible to admins.</p>
<p>${_('On the date set above, this section - {name} - will be released to students. Any units marked private will only be visible to admins.').format(name='<strongclass="section-name"></strong>')}</p>
<h3class="title-3">How will these settings be used?</h3>
<h3class="title-3">${_("How will these settings be used?")}</h3>
<p>Manual policies are JSON-based key and value pairs that give you control over specific course settings that edX Studio will use when displaying and running your course.</p>
<p>${_("Manual policies are JSON-based key and value pairs that give you control over specific course settings that edX Studio will use when displaying and running your course.")}</p>
<p>Any policies you modify here will override any other information you've defined elsewhere in Studio. With this in mind, please be very careful and do not edit policies that you are unfamiliar with (both their purpose and their syntax).</p>
<p>${_("Any policies you modify here will override any other information you've defined elsewhere in Studio. With this in mind, please be very careful and do not edit policies that you are unfamiliar with (both their purpose and their syntax)")}.</p>
<spanclass="tip tip-stacked">Students and faculty <strong>will be able to post anonymously</strong></span>
<spanclass="tip tip-stacked">${_("Students and faculty <strong>will be able to post anonymously</strong>")}</span>
</div>
</div>
</div>
</div>
<divclass="input input-radio">
<divclass="input input-radio">
<inputchecked="checked"type="radio"name="course-discussions-anonymous"id="course-discussions-anonymous-dontallow"value="Do Not Allow">
<inputchecked="checked"type="radio"name="course-discussions-anonymous"id="course-discussions-anonymous-dontallow"value="${_('Do Not Allow')}">
<divclass="copy">
<divclass="copy">
<labelfor="course-discussions-anonymous-dontallow">Do not allow</label>
<labelfor="course-discussions-anonymous-dontallow">${_("Do not allow")}</label>
<spanclass="tip tip-stacked"><strong>Posting anonymously is not allowed</strong>. Any previous anonymous posts <strong>will be reverted to non-anonymous</strong></span>
<spanclass="tip tip-stacked">${_("<strong>Posting anonymously is not allowed</strong>. Any previous anonymous posts <strong>will be reverted to non-anonymous</strong>")}</span>
<h3class="title-3">How will these settings be used?</h3>
<h3class="title-3">${_("How will these settings be used?")}</h3>
<p>Your grading settings will be used to calculate students grades and performance.</p>
<p>${_("Your grading settings will be used to calculate students grades and performance.")}</p>
<p>Overall grade range will be used in students' final grades, which are calculated by the weighting you determine for each custom assignment type.</p>
<p>${_("Overall grade range will be used in students' final grades, which are calculated by the weighting you determine for each custom assignment type.")}</p>
<h2class="sr">${_("Common Studio Questions")}</h2>
<divclass="bit">
<divclass="bit">
<h3class="title-3">Who is Studio for?</h3>
<h3class="title-3">${_("Who is Studio for?")}</h3>
<p>Studio is for anyone that wants to create online courses that leverage the global edX platform. Our users are often faculty members, teaching assistants and course staff, and members of instructional technology groups.</p>
<p>${_("Studio is for anyone that wants to create online courses that leverage the global edX platform. Our users are often faculty members, teaching assistants and course staff, and members of instructional technology groups.")}</p>
</div>
</div>
<divclass="bit">
<divclass="bit">
<h3class="title-3">How technically savvy do I need to be to create courses in Studio?</h3>
<h3class="title-3">${_("How technically savvy do I need to be to create courses in Studio?")}</h3>
<p>Studio is designed to be easy to use by almost anyone familiar with common web-based authoring environments (Wordpress, Moodle, etc.). No programming knowledge is required, but for some of the more advanced features, a technical background would be helpful. As always, we are here to help, so don't hesitate to dive right in.</p>
<p>${_("Studio is designed to be easy to use by almost anyone familiar with common web-based authoring environments (Wordpress, Moodle, etc.). No programming knowledge is required, but for some of the more advanced features, a technical background would be helpful. As always, we are here to help, so don't hesitate to dive right in.")}</p>
</div>
</div>
<divclass="bit">
<divclass="bit">
<h3class="title-3">I've never authored a course online before. Is there help?</h3>
<h3class="title-3">${_("I've never authored a course online before. Is there help?")}</h3>
<p>Absolutely. We have created an online course, edX101, that describes some best practices: from filming video, creating exercises, to the basics of running an online course. Additionally, we're always here to help, just drop us a note.</p>
<p>${_("Absolutely. We have created an online course, edX101, that describes some best practices: from filming video, creating exercises, to the basics of running an online course. Additionally, we're always here to help, just drop us a note.")}</p>
<pclass="edit-draft-message">This unit has been published. To make changes, you must <ahref="#"class="create-draft">edit a draft</a>.</p>
<pclass="edit-draft-message">${_('This unit has been published. To make changes, you must {link_start}edit a draft{link_end}.').format(link_start='<ahref="#"class="create-draft">', link_end='</a>')}</p>
<pclass="publish-draft-message">This is a draft of the published unit. To update the live version, you must <ahref="#"class="publish-draft">replace it with this draft</a>.</p>
<pclass="publish-draft-message">${_('This is a draft of the published unit. To update the live version, you must {link_start}replace it with this draft{link_end}.').format(link_start='<ahref="#"class="publish-draft">', link_end='</a>')}</p>
</div>
</div>
<divclass="row status">
<divclass="row status">
<p>This unit is scheduled to be released to <strong>students</strong>
<p>${_("This unit is scheduled to be released to <strong>students</strong>")}
<h3class="title"><spanclass="label"><spanclass="label-prefix sr">Currently signed in as:</span><spanclass="account-username"title="${ user.username }">${ user.username }</span></span><iclass="icon-caret-down ui-toggle-dd"></i></h3>
<h3class="title"><spanclass="label"><spanclass="label-prefix sr">${_("Currently signed in as:")}</span><spanclass="account-username"title="${ user.username }">${ user.username }</span></span><iclass="icon-caret-down ui-toggle-dd"></i></h3>
<ahref="#sock"class="cta cta-show-sock"><iclass="icon-question-sign"></i><spanclass="copy">Looking for Help with Studio?</span></a>
<ahref="#sock"class="cta cta-show-sock"><iclass="icon-question-sign"></i><spanclass="copy">${_("Looking for Help with Studio?")}</span></a>
</li>
</li>
</ul>
</ul>
<divclass="wrapper-inner wrapper">
<divclass="wrapper-inner wrapper">
<sectionclass="sock"id="sock">
<sectionclass="sock"id="sock">
<header>
<header>
<h2class="title sr">edX Studio Help</h2>
<h2class="title sr">${_("edX Studio Help")}</h2>
</header>
</header>
<divclass="support">
<divclass="support">
<h3class="title">Studio Support</h3>
<h3class="title">${_("Studio Support")}</h3>
<divclass="copy">
<divclass="copy">
<p>Need help with Studio? Creating a course is complex, so we're here to help. Take advantage of our documentation, help center, as well as our edX101 introduction course for course authors.</p>
<p>${_("Need help with Studio? Creating a course is complex, so we're here to help. Take advantage of our documentation, help center, as well as our edX101 introduction course for course authors.")}</p>
</div>
</div>
<ulclass="list-actions">
<ulclass="list-actions">
<liclass="action-item">
<liclass="action-item">
<ahref="http://files.edx.org/Getting_Started_with_Studio.pdf"class="action action-primary"title="This is a PDF Document">Download Studio Documentation</a>
<ahref="http://files.edx.org/Getting_Started_with_Studio.pdf"class="action action-primary"title='${_("This is a PDF Document")}'>${_("Download Studio Documentation")}</a>
<spanclass="tip">How to use Studio to build your course</span>
<spanclass="tip">${_("How to use Studio to build your course")}</span>
</li>
</li>
<liclass="action-item">
<liclass="action-item">
<ahref="http://help.edge.edx.org/"rel="external"class="action action-primary">Studio Help Center</a>
<ahref="http://help.edge.edx.org/"rel="external"class="action action-primary">${_("Studio Help Center")}</a>
<spanclass="tip">Studio Help Center</span>
<spanclass="tip">${_("Studio Help Center")}</span>
</li>
</li>
<liclass="action-item">
<liclass="action-item">
<ahref="https://edge.edx.org/courses/edX/edX101/How_to_Create_an_edX_Course/about"rel="external"class="action action-primary">Enroll in edX101</a>
<ahref="https://edge.edx.org/courses/edX/edX101/How_to_Create_an_edX_Course/about"rel="external"class="action action-primary">${_("Enroll in edX101")}</a>
<spanclass="tip">How to use Studio to build your course</span>
<spanclass="tip">${_("How to use Studio to build your course")}</span>
</li>
</li>
</ul>
</ul>
</div>
</div>
<divclass="feedback">
<divclass="feedback">
<h3class="title">Contact us about Studio</h3>
<h3class="title">${_("Contact us about Studio")}</h3>
<divclass="copy">
<divclass="copy">
<p>Have problems, questions, or suggestions about Studio? We're also here to listen to any feedback you want to share.</p>
<p>${_("Have problems, questions, or suggestions about Studio? We're also here to listen to any feedback you want to share.")}</p>
</div>
</div>
<ulclass="list-actions">
<ulclass="list-actions">
<liclass="action-item">
<liclass="action-item">
<ahref="http://help.edge.edx.org/discussion/new"class="action action-primary show-tender"title="Use our feedback tool, Tender, to share your feedback"><iclass="icon-comments"></i> Contact Us</a>
<ahref="http://help.edge.edx.org/discussion/new"class="action action-primary show-tender"title='${_("Use our feedback tool, Tender, to share your feedback")}'><iclass="icon-comments"></i>${_("Contact Us")}</a>
log.warning(u"Login failed - Account not active for user {0}, resending activation".format(username))
log.warning(u"Login failed - Account not active for user {0}, resending activation".format(username))
reactivation_email_for_user(user)
reactivation_email_for_user(user)
not_activated_msg="This account has not been activated. We have "+ \
not_activated_msg=_("This account has not been activated. We have sent another activation message. Please check your e-mail for the activation instructions.")
"sent another activation message. Please check your "+ \