1👍
You might need to wrap the call to ayah.get_publisher_html()
in the widget render method with a call to django.utils.safestring.mark_safe()
to prevent it being autoescaped.
Source:stackexchange.com
1👍
You might need to wrap the call to ayah.get_publisher_html()
in the widget render method with a call to django.utils.safestring.mark_safe()
to prevent it being autoescaped.