Skip to content
Snippets Groups Projects
Commit 1b72974f authored by Albert St. Aubin's avatar Albert St. Aubin
Browse files

Added credit as an option to change_enrollment command

parent bac2ada0
Branches
Tags release-2021-09-02-04.58
No related merge requests found
......@@ -41,7 +41,7 @@ class Command(BaseCommand):
$ ... change_enrollment -u joe,frank,bill -c some/course/id --from audit --to honor -n
"""
enrollment_modes = ('audit', 'verified', 'honor')
enrollment_modes = ('audit', 'verified', 'honor', 'credit')
def add_arguments(self, parser):
parser.add_argument('-f', '--from',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment