removes references to specific edx email addresses (STUD-1069)

This commit is contained in:
Adam Palay
2013-12-23 16:28:00 -05:00
parent 83ae4ee604
commit 517ca9329b
2 changed files with 13 additions and 2 deletions

View File

@@ -105,7 +105,10 @@ require(["domReady!", "jquery", "js/models/settings/course_details", "js/views/s
<div class="notice notice-incontext notice-workflow">
<h3 class="title">${_("Promoting Your Course with edX")}</h3>
<div class="copy">
<p>${_('Your course summary page will not be viewable until your course has been announced. To provide content for the page and preview it, follow the instructions provided by your <abbr title="Program Manager">PM</abbr> or Conrad Warre <a rel="email" class="action action-email" href="mailto:conrad@edx.org">(conrad@edx.org)</a>.')}</p>
<p>${_('Your course summary page will not be viewable until your '
'course has been announced. To provide content for the '
'page and preview it, follow the instructions provided '
'by your <abbr title="Program Manager">PM</abbr>.')}</p>
</div>
</div>
% endif