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

Users

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.

save cancel
    % for user in staff:
  1. ${user.username} ${user.email}
  2. % endfor
<%block name="jsextra">