Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get_cookie to base module & global scope #4465

Merged
merged 2 commits into from
Sep 22, 2015

Conversation

MCGallaspy
Copy link
Contributor

Add it to the global scope, so that it can be accessed by inline JS
in central server templates.

@rtibbles is this what you were thinking?

Add it to the global scope, so that it can be accessed by inline JS
  in central server templates.
@@ -153,7 +153,7 @@ def call_outside_command_with_output(command, *args, **kwargs):

# build the command
if kalite_dir:
kalite_bin = os.path.join(kalite_dir, "bin/kalite")
kalite_bin = os.path.join(kalite_dir, "bin", "kalite")

This comment was marked as spam.

This comment was marked as spam.

@rtibbles
Copy link
Member

Yep

rtibbles added a commit that referenced this pull request Sep 22, 2015
Add get_cookie to base module & global scope
@rtibbles rtibbles merged commit 4951c10 into learningequality:central-develop Sep 22, 2015
@rtibbles rtibbles removed the has PR label Sep 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants