Fix description for LTI passports field.
This commit is contained in:
@@ -161,7 +161,7 @@ class TextbookList(List):
|
||||
class CourseFields(object):
|
||||
lti_passports = List(
|
||||
display_name=_("LTI Passports"),
|
||||
help=_("Enter the passports for course LTI tools in the following format: \"id\":\"client_key:client_secret\"."),
|
||||
help=_("Enter the passports for course LTI tools in the following format: \"id:client_key:client_secret\"."),
|
||||
scope=Scope.settings
|
||||
)
|
||||
textbooks = TextbookList(help="List of pairs of (title, url) for textbooks used in this course",
|
||||
|
||||
Reference in New Issue
Block a user