Fix i18n on course outline and show error message for long names

This commit is contained in:
Ben McMorran
2014-08-20 11:57:59 -04:00
parent baee2da278
commit d943204199
2 changed files with 4 additions and 4 deletions

View File

@@ -43,9 +43,9 @@ from contentstore.utils import reverse_usage_url
<i class="alert-symbol icon-bullhorn"></i>
<div class="copy">
<h2 class="title title-3">This course was created as a re-run. Some manual configuration is needed.</h2>
<h2 class="title title-3">${_("This course was created as a re-run. Some manual configuration is needed.")}</h2>
<p>Be sure to review and reset all dates (the Course Start Date was set to January 1, 2030); set up the course team; review course updates and other assets for dated material; and seed the discussions and wiki.</p>
<p>${_("Be sure to review and reset all dates (the Course Start Date was set to January 1, 2030); set up the course team; review course updates and other assets for dated material; and seed the discussions and wiki.")}</p>
</div>
<ul class="nav-actions">