how can we set safe template tag for admin change_form.html, I want to display HTML data instead of TextArea Input for admin form,
I've a django field which is excluded in admin form, that field contains HTML data - which is dynamically generated - u can say reporting data,
I want to display that HTML data with safe templatetag below the other form fields.