${_('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.')}
%page expression_filter="h"/> <%inherit file="base.html" /> <%def name="online_help_token()"><% return "updates" %>%def> <%namespace name='static' file='static_content.html'/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.js_utils import ( dump_js_escaped_json, js_escaped_string ) %> ## TODO decode course # from context_course into title. <%block name="title">${_("Course Updates")}%block> <%block name="bodyclass">is-signedin course course-info updates view-updates%block> <%block name="header_extras"> % for template_name in ["course_info_update", "course_info_handouts"]: % endfor %block> <%block name="requirejs"> require(["js/factories/course_info"], function(CourseInfoFactory) { CourseInfoFactory( "${updates_url | n, js_escaped_string}", "${handouts_locator | n, js_escaped_string}", "${base_asset_url | n, js_escaped_string}", ${push_notification_enabled | n, dump_js_escaped_json} ); }); %block> <%block name="content">
${_('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.')}