Commit 4aceb33c by Christine Lytwynec

Merge pull request #9985 from edx/clytwynec/html-fixes

fix typo in course_info.html
parents 220fb3df 90b9a737
......@@ -53,7 +53,7 @@ from django.template.defaultfilters import escapejs
<div class="wrapper-content wrapper">
<section class="content">
<div class="introduction">
<p clas="copy">${_('Use course updates to notify students of important dates or exams, highlight particular discussions in the forums, announce schedule changes, and respond to student questions. You add or edit updates in HTML.')}</p>
<p class="copy">${_('Use course updates to notify students of important dates or exams, highlight particular discussions in the forums, announce schedule changes, and respond to student questions. You add or edit updates in HTML.')}</p>
</div>
</section>
</div>
......
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