Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 03b2adc

Browse files
committed
docs
1 parent 17286be commit 03b2adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controllers/admin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,8 @@ def removeinstructor():
887887
return json.dumps(removed)
888888

889889

890+
# This function is used from the web admin page to add TA's or co-instructors to the course.
891+
# It is not used by the rsmanage command.
890892
@auth.requires(
891893
lambda: verifyInstructorStatus(auth.user.course_id, auth.user),
892894
requires_login=True,

0 commit comments

Comments
 (0)