Skip to content

Commit

Permalink
Update flag (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuan-edutrigger authored Nov 24, 2023
1 parent 5f46e71 commit 8a11cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmodule/course_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ class CourseFields: # lint-amnesty, pylint: disable=missing-class-docstring
invitation_only = Boolean(
display_name=_("Invitation Only"),
help=_("Whether to restrict enrollment to invitation by the course staff."),
default=False,
default=True,
scope=Scope.settings
)

Expand Down

0 comments on commit 8a11cd2

Please sign in to comment.