<%inherit file="base.html" /> <%block name="title">Course Staff Manager <%include file="widgets/header.html"/> <%block name="content">

Course Staff

The following list of users have been designated as course staff. This means that these users will have permissions to modify course content. You may add additional source staff below. Please note that they must have already registered and verified their account.

    % for user in staff:
  1. ${user.email} (${user.username}) remove
  2. % endfor
add as course staff
<%block name="jsextra">