You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
The changelist actions stopped showing correctly when upgrading to Django 3.2 (perhaps Django 3.x?). After some scouring, I've found the following need to be overridden to make them work:
In templates/admin/change_list.html add the following css override to revert a css change made by this library:
The changelist actions stopped showing correctly when upgrading to Django 3.2 (perhaps Django 3.x?). After some scouring, I've found the following need to be overridden to make them work:
In
templates/admin/change_list.html
add the following css override to revert a css change made by this library:and in
templates/admin/actions.html
add the following to set the actions to default hidden:The text was updated successfully, but these errors were encountered: