Skip to content
Snippets Groups Projects
Commit 6220da32 authored by Alexander Kryklia's avatar Alexander Kryklia
Browse files

Improve code.

parent dd4fe82b
No related merge requests found
......@@ -160,11 +160,11 @@ class LTIModule(LTIFields, XModule):
# LTI specs: 'custom_' should be prepended before each custom parameter
custom_parameters[u'custom_' + unicode(param_name)] = unicode(param_value)
input_fields = (self.oauth_params(
input_fields = self.oauth_params(
custom_parameters,
client_key,
client_secret
))
)
context = {
'input_fields': input_fields,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment