<h3class="title">${_("Add a User to Your Course's Team")}</h3>
<divclass="details">
<p>${_("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 course staff below, if you are the course instructor. Please note that they must have already registered and verified their account.")}</p>
</div>
<fieldsetclass="form-fields">
<legendclass="sr">${_("New Team Member Information")}</legend>
<h3class="title-3">${_("About Roles within Your Course Team")}</h3>
<p>${_("Course team members are co-authors (staff). They have full access to all the content in the course and all the same editing privileges. Admins have the unique ability to add and remove course team members.")}</p>
<p>${_("There must always be an Admin assigned to every course. To transfer your ownership of the course, add Admin access to another user and request they remove you from the Course Team list.")}</p>
parser=argparse.ArgumentParser(description="Run just one test")
parser.add_argument('--nocapture','-s',action='store_true',help="Don't capture stdout (any stdout output will be printed immediately)")
parser.add_argument('--pdb',action='store_true',help="Use pdb for test errors")
parser.add_argument('--pdb-fail',action='store_true',help="Use pdb for test failures")
parser.add_argument('words',metavar="WORDS",nargs='+',help="The description of a test failure, like 'ERROR: test_set_missing_field (courseware.tests.test_model_data.TestStudentModuleStorage)'")