cms settings - revised course overview textarea to display as codemirror field on page load

This commit is contained in:
Brian Talbot
2012-12-14 11:57:46 -05:00
parent 91713cbe18
commit 4e152952af
2 changed files with 13 additions and 5 deletions

View File

@@ -212,7 +212,7 @@ from contentstore import utils
<label for="course-overview">Course Overview:</label>
<div class="field">
<div class="input">
<textarea class="long tall edit-box tinymce" id="course-overview"></textarea>
<textarea class="long tall tinymce text-editor" id="course-overview"></textarea>
<span class="tip tip-stacked">Introductions, prerequisites, FAQs that are used on <a href="${utils.get_lms_link_for_item(context_course.location, True)}">your course summary page</a></span>
</div>
</div>