Commit 62afe9c3 by Alexander Kryklia

Fix description for LTI passports field.

parent 90fbbe14
......@@ -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",
......
Markdown is supported
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