Commit d7912aeb by Giulio Gratta Committed by Joe Blaylock

changing emails to courseops one

parent a4c26976
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<ul class="list-actions"> <ul class="list-actions">
<li class="action-item"> <li class="action-item">
<a href="https://groups.google.com/d/forum/openedx-studio" class="action action-primary show-tender">${_('Contact edX Support')}</a> <a href="https://groups.google.com/d/forum/openedx-studio" class="action action-primary" target="_blank">${_('Contact edX Support')}</a>
</li> </li>
</ul> </ul>
</div> </div>
......
...@@ -15,13 +15,13 @@ ...@@ -15,13 +15,13 @@
% if error == '404': % if error == '404':
<h1>${_("The Page You Requested Page Cannot be Found")}</h1> <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( <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="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_start='<a href="https://groups.google.com/d/forum/openedx-studio" target="_blank" title="{title}">'.format(title=_("Use our feedback tool, Tender, to share your feedback")),
link_end='</a>', link_end='</a>',
)}</p> )}</p>
% elif error == '500': % elif error == '500':
<h1>${_("The Server Encountered an Error")}</h1> <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( <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="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_start='<a href="https://groups.google.com/d/forum/openedx-studio" target="_blank" title="{title}">'.format(title=_("Use our feedback tool, Tender, to share your feedback")),
link_end='</a>', link_end='</a>',
)}</p> )}</p>
% endif % endif
......
...@@ -290,7 +290,7 @@ ...@@ -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> <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>
<li class="action-item"> <li class="action-item">
<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> <a href="https://groups.google.com/d/forum/openedx-studio" target="_blank" title="Use our feedback tool, Tender, to request help">${_('Request help with Studio')}</a>
</li> </li>
</ol> </ol>
</div> </div>
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
% elif course_creator_status == "denied": % elif course_creator_status == "denied":
<div class="bit"> <div class="bit">
<h3 class="title title-3">${_('Can I create courses in Studio?')}</h3> <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="https://groups.google.com/d/forum/openedx-studio" 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" target="_blank">${_('contact edX Staff with further questions')}</a></p>
</div> </div>
% endif % endif
...@@ -343,7 +343,7 @@ ...@@ -343,7 +343,7 @@
<ol class='list-actions'> <ol class='list-actions'>
<li class="action-item"> <li class="action-item">
<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> <a href="https://groups.google.com/d/forum/openedx-studio" target="_blank" title="Use our feedback tool, Tender, to request help">Request help with your Studio account</a>
</li> </li>
</ol> </ol>
</div> </div>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</li> --> </li> -->
% if user.is_authenticated(): % if user.is_authenticated():
<li class="nav-item nav-peripheral-feedback"> <li class="nav-item nav-peripheral-feedback">
<a href="mailto:openedx-studio@googlegroups.com" rel="external" title="${_('Use our Google Group to share your feedback')}">${_("Contact Us")}</a> <a href="mailto:courseops@class.stanford.edu" rel="external" title="${_('Use our Google Group to share your feedback')}">${_("Contact Us")}</a>
</li> </li>
% endif % endif
</ol> </ol>
......
...@@ -110,10 +110,10 @@ ...@@ -110,10 +110,10 @@
<a href="http://files.edx.org/Getting_Started_with_Studio.pdf" title="${_("This is a PDF Document")}">${_("Studio Documentation")}</a> <a href="http://files.edx.org/Getting_Started_with_Studio.pdf" title="${_("This is a PDF Document")}">${_("Studio Documentation")}</a>
</li> </li>
<li class="nav-item nav-help-helpcenter"> <li class="nav-item nav-help-helpcenter">
<a href="https://groups.google.com/d/forum/openedx-studio" rel="external">${_("studio-users group")}</a> <a href="https://groups.google.com/d/forum/openedx-studio" target="_blank" rel="external">${_("studio-users group")}</a>
</li> </li>
<li class="nav-item nav-help-feedback"> <li class="nav-item nav-help-feedback">
<a href="mailto:openedx-studio@googlegroups.com" class="show-tender" title="${_("Use our feedback tool, Tender, to share your feedback")}">${_("Contact Us")}</a> <a href="mailto:courseops@class.stanford.edu" title="${_("Use our feedback tool, Tender, to share your feedback")}">${_("Contact Us")}</a>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<a href="/">${_("How Studio Works")}</a> <a href="/">${_("How Studio Works")}</a>
</li> </li>
<li class="nav-item nav-not-signedin-help"> <li class="nav-item nav-not-signedin-help">
<a href="https://groups.google.com/d/forum/openedx-studio" rel="external">${_("studio-users group")}</a> <a href="https://groups.google.com/d/forum/openedx-studio" target="_blank" rel="external">${_("studio-users group")}</a>
</li> </li>
<li class="nav-item nav-not-signedin-signup"> <li class="nav-item nav-not-signedin-signup">
<a class="action action-signup" href="${reverse('signup')}">${_("Sign Up")}</a> <a class="action action-signup" href="${reverse('signup')}">${_("Sign Up")}</a>
......
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