Skip to content

Tweak RequestVarsDebugPanel template #402

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

Closed
wants to merge 1 commit into from

Conversation

bmihelac
Copy link

@bmihelac bmihelac commented Sep 5, 2013

Update request_vars.html template allows easier copying POST and GET params for including in python dictionary.

Before:

submit       Submit
year          2013, 2014

After:

"submit":    "Submit" ,
"year":       ["2013" , "2014",],

Update ``request_vars`` template to allow easier copy/paste POST and GET params for including in python dictionary.
@aaugustin
Copy link
Contributor

This should be considered in the context of #418 too.

@aaugustin
Copy link
Contributor

This was fixed in 982f341.

@aaugustin aaugustin closed this Oct 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants