django-realtime
django-realtime copied to clipboard
Django 1.9 issue
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(
Regards, Robin
Adding this "{% autoescape off %}{% ishout_js %}{% endautoescape %}" is the easiest way