diff --git a/cms/templates/index.html b/cms/templates/index.html index 056c669d98..aabe52c799 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -134,7 +134,7 @@ require(["domReady!", "jquery", "jquery.form", "js/index"], function(doc, $) { %if allow_course_reruns and rerun_creator_status and len(in_process_course_actions) > 0:
${_('In order to create courses in Studio, you must')} ${_("contact edX staff to help you create a course")}
+${_("In order to create courses in Studio, you must {link_start}contact edX staff to help you create a course{link_end}.").format( + link_start=''.format(email=settings.FEATURES.get('STUDIO_REQUEST_EMAIL','')), + link_end="", + )}
${_('In order to create courses in Studio, you must have course creator privileges to create your own course.')}
${_('Your request to author courses in studio has been denied. Please')} ${_('contact edX Staff with further questions')}
+${_("Your request to author courses in Studio has been denied. Please {link_start}contact edX Staff with further questions{link_end}.").format( + link_start=''.format( + url="http://help.edge.edx.org/discussion/new", + ), + link_end="", + )}
${_('Almost there! In order to complete your sign up we need you to verify your email address (%(email)s). An activation message and next steps should be waiting for you there.') % dict(email=user.email)}