1👍
✅
You can mark the html_body as safe with mark_safe()
from django.utils.safestring import mark_safe
Source:stackexchange.com
1👍
You can mark the html_body as safe with mark_safe()
from django.utils.safestring import mark_safe