Closed Qoyyuum closed 6 years ago
I think it is because of Django
version. With newer version of django, you need to return your html content as return format_html(content)
.
I have change to format_html(content) but I'm not rendering the button to be display in admin page:
There is a problem with the action buttons not rendering for some odd reason.
I'm using
Django 2.0.4
and applied all of the compatibility issue changes and fixed, thanks to https://github.com/javrasya/django-river/pull/56So far implementing django-river was smooth and easy! Except for the action buttons which I have trouble setting up.
My code:
Here's what I got after I
runserver
and tried to do some workflow business processing stuff.