# It can also be a path to a custom class that subclasses require.environments.Environment and defines some "args" function that returns a list with the command arguments to execute.
REQUIRE_ENVIRONMENT="node"
# If you want to enable Tender integration (http://tenderapp.com/),
# put in the domain where Tender hosts tender_widget.js. For example,
<h1>${_("The Page You Requested Page Cannot be Found")}</h1>
<pclass="description">${_("We're sorry. We couldn't find the {studio_name} page you're looking for. You may want to return to the {studio_name} Dashboard and try again. If you are still having problems accessing things, please feel free to {link_start}contact {studio_name} support{link_end} for further help.").format(
studio_name=settings.STUDIO_SHORT_NAME,
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>',
link_start=help_link_start,
link_end=help_link_end,
)}</p>
% elif error == '500':
<h1>${_("The Server Encountered an Error")}</h1>
<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_name} Dashboard or try this request again. If you are still having problems accessing things, please feel free to {link_start}contact {studio_name} support{link_end} for further help.").format(
studio_name=settings.STUDIO_SHORT_NAME,
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>',
link_start=help_link_start,
link_end=help_link_end,
)}</p>
% endif
<ahref="/"class="back-button">${_("Back to dashboard")}</a>
<ahref="${get_online_help_info(online_help_token())['doc_url']}"target="_blank">${_("Getting Started with {studio_name}").format(studio_name=settings.STUDIO_NAME)}</a>
</li>
% if settings.TENDER_DOMAIN:
<liclass="action-item">
<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="${_("Useourfeedbacktool,Tender,torequesthelp")}">${_("Request help with {studio_name}").format(studio_name=settings.STUDIO_NAME)}</a>
<p>${_("Your request to author courses in {studio_name} has been denied. Please {link_start}contact {platform_name} Staff with further questions{link_end}.").format(
<p>${_('Please check your Junk or Spam folders in case our email isn\'t in your INBOX. Still can\'t find the verification email? Request help via the link below.')}</p>
<olclass='list-actions'>
% if settings.TENDER_DOMAIN:
<liclass="action-item">
<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="${_("Useourfeedbacktool,Tender,torequesthelp")}">${_("Request help with your {studio_name} account").format(studio_name=settings.STUDIO_NAME)}</a>
<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>${_('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(
% if settings.TENDER_DOMAIN and user.is_authenticated():
<liclass="nav-item nav-peripheral-feedback">
<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="${_('Use our feedback tool, Tender, to share your feedback')}">${_("Contact Us")}</a>
<ahref="//${settings.TENDER_DOMAIN}/discussion/new"class="show-tender"title="${_('Use our feedback tool, Tender, to share your feedback')}">${_("Contact Us")}</a>
<ahref="${get_online_help_info(online_help_token)['pdf_url']}"target="_blank"rel="external"class="action action-primary">${_("Building and Running an {platform_name} Course PDF").format(platform_name=settings.PLATFORM_NAME)}</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_name} to build your course").format(studio_name=settings.STUDIO_NAME)}</span>
...
...
@@ -40,6 +43,7 @@
</ul>
</div>
% if settings.TENDER_DOMAIN:
<divclass="feedback">
<h3class="title">${_("Request help with {studio_name}").format(studio_name=settings.STUDIO_NAME)}</h3>
...
...
@@ -50,10 +54,11 @@
<ulclass="list-actions">
<liclass="action-item">
<ahref="http://help.edge.edx.org/discussion/new"class="action action-primary show-tender"title="${_("Useourfeedbacktool,Tender,toshareyourfeedback")}"><iclass="icon fa fa-comments"></i>${_("Contact Us")}</a>
<ahref="//${settings.TENDER_DOMAIN}/discussion/new"class="action action-primary show-tender"title="${_("Useourfeedbacktool,Tender,toshareyourfeedback")}"><iclass="icon fa fa-comments"></i>${_("Contact Us")}</a>