-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Form is rendered in Request Vars panel #367
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
Comments
Could reproduce the bug. I'll try to fix it. |
Here lies the problem:
It shows the kwargs in the format "key=value". However, in the class_form attribute, the {{ v }} is the form, thus it renders it normally. |
What do you guys think about this solution I've written? |
Bringing here the discussion from my commit. @sneawo commented on b3df0e4 (23 days ago) @lucasicf commented on b3df0e4 (5 minutes ago)
I'll change it and send a pull request. |
#418 describes a more holistic fix for this category of issues. |
This was fixed in 982f341. |
If form is passed through urls kwargs, it's rendered.
The text was updated successfully, but these errors were encountered: