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

Django 1.9 issue #11

Open
JoeManixBop opened this issue Dec 20, 2015 · 1 comment
Open

Django 1.9 issue #11

JoeManixBop opened this issue Dec 20, 2015 · 1 comment

Comments

@JoeManixBop
Copy link

Hi,

{% ishout_setup %} return '<' instead of '<' and so on.
To fix that, you have to mark your return string as safe.
from django.utils.safestring import mark_safe
return mark_safe(<script> .....)

Regards,
Robin

@Dean-Christian-Armada
Copy link

Adding this "{% autoescape off %}{% ishout_js %}{% endautoescape %}" is the easiest way

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

No branches or pull requests

2 participants