Commit a4c26976 by Giulio Gratta Committed by Joe Blaylock

fix edx-west CMS contact links

parent f28dce36
......@@ -24,7 +24,7 @@
<ul class="list-actions">
<li class="action-item">
<a href="http://help.edge.edx.org/discussion/new" class="action action-primary show-tender">${_('Contact edX Support')}</a>
<a href="https://groups.google.com/d/forum/openedx-studio" class="action action-primary show-tender">${_('Contact edX Support')}</a>
</li>
</ul>
</div>
......
......@@ -15,13 +15,13 @@
% if error == '404':
<h1>${_("The Page You Requested Page Cannot be Found")}</h1>
<p class="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='<a href="http://help.edge.edx.org/discussion/new" class="show-tender" title="{title}">'.format(title=_("Use our feedback tool, Tender, to share your feedback")),
link_start='<a href="https://groups.google.com/d/forum/openedx-studio" class="show-tender" title="{title}">'.format(title=_("Use our feedback tool, Tender, to share your feedback")),
link_end='</a>',
)}</p>
% elif error == '500':
<h1>${_("The Server Encountered an Error")}</h1>
<p class="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='<a href="http://help.edge.edx.org/discussion/new" class="show-tender" title="{title}">'.format(title=_("Use our feedback tool, Tender, to share your feedback")),
link_start='<a href="https://groups.google.com/d/forum/openedx-studio" class="show-tender" title="{title}">'.format(title=_("Use our feedback tool, Tender, to share your feedback")),
link_end='</a>',
)}</p>
% endif
......
......@@ -290,7 +290,7 @@
<a href="http://files.edx.org/Getting_Started_with_Studio.pdf" title="This is a PDF Document">${_('Get started by reading Studio\'s Documentation')}</a>
</li>
<li class="action-item">
<a href="http://help.edge.edx.org/discussion/new" class="show-tender" title="Use our feedback tool, Tender, to request help">${_('Request help with Studio')}</a>
<a href="https://groups.google.com/d/forum/openedx-studio" class="show-tender" title="Use our feedback tool, Tender, to request help">${_('Request help with Studio')}</a>
</li>
</ol>
</div>
......@@ -311,7 +311,7 @@
% elif course_creator_status == "denied":
<div class="bit">
<h3 class="title title-3">${_('Can I create courses in Studio?')}</h3>
<p>${_('Your request to author courses in studio has been denied. Please')} <a href="http://help.edge.edx.org/discussion/new" class="show-tender">${_('contact edX Staff with further questions')}</a></p>
<p>${_('Your request to author courses in studio has been denied. Please')} <a href="https://groups.google.com/d/forum/openedx-studio" class="show-tender">${_('contact edX Staff with further questions')}</a></p>
</div>
% endif
......@@ -343,7 +343,7 @@
<ol class='list-actions'>
<li class="action-item">
<a href="http://help.edge.edx.org/discussion/new" class="show-tender" title="Use our feedback tool, Tender, to request help">Request help with your Studio account</a>
<a href="https://groups.google.com/d/forum/openedx-studio" class="show-tender" title="Use our feedback tool, Tender, to request help">Request help with your Studio account</a>
</li>
</ol>
</div>
......
......@@ -110,10 +110,10 @@
<a href="http://files.edx.org/Getting_Started_with_Studio.pdf" title="${_("This is a PDF Document")}">${_("Studio Documentation")}</a>
</li>
<li class="nav-item nav-help-helpcenter">
<a href="http://help.edge.edx.org/" rel="external">${_("Studio Help Center")}</a>
<a href="https://groups.google.com/d/forum/openedx-studio" rel="external">${_("studio-users group")}</a>
</li>
<li class="nav-item nav-help-feedback">
<a href="http://help.edge.edx.org/discussion/new" class="show-tender" title="${_("Use our feedback tool, Tender, to share your feedback")}">${_("Contact Us")}</a>
<a href="mailto:openedx-studio@googlegroups.com" class="show-tender" title="${_("Use our feedback tool, Tender, to share your feedback")}">${_("Contact Us")}</a>
</li>
</ul>
</div>
......
......@@ -295,7 +295,7 @@ class CourseFields(object):
"items": [{"short_description": "Explore the Studio Help Forum",
"long_description": "Access the Studio Help forum from the menu that appears when you click your user name in the top right corner of Studio.",
"is_checked": False,
"action_url": "http://help.edge.edx.org/",
"action_url": "https://groups.google.com/d/forum/openedx-studio",
"action_text": "Visit Studio Help",
"action_external": True},
{"short_description": "Enroll in edX 101",
......
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