<%! from django.utils.translation import ugettext as _ from django.template.defaultfilters import escapejs %> <%inherit file="base.html" /> <%def name="online_help_token()"><% return "updates" %> <%namespace name='static' file='static_content.html'/> <%! import json %> <%block name="title">${_("Course Updates")} <%block name="bodyclass">is-signedin course course-info updates view-updates <%block name="header_extras"> % for template_name in ["course_info_update", "course_info_handouts"]: % endfor <%block name="requirejs"> require(["js/factories/course_info"], function(CourseInfoFactory) { CourseInfoFactory( "${updates_url}", "${handouts_locator | escapejs}", "${base_asset_url}", ${json.dumps(push_notification_enabled)} ); }); <%block name="content">

${_("Content")} > ${_("Course Updates")}

${_('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.')}