Fix description for LTI passports field.

This commit is contained in:
Alexander Kryklia
2014-09-04 16:17:27 +03:00
parent 90fbbe14c3
commit 62afe9c3a5

View File

@@ -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",