${_('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.')}
%! from django.utils.translation import ugettext as _ %> <%inherit file="base.html" /> <%def name="online_help_token()"><% return "updates" %>%def> <%namespace name='static' file='static_content.html'/> <%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="jsextra"> %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.')}