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.
Hello, @douglasmiranda
django-admin-bootstrap/bootstrap_admin/templates/admin/base.html
Line 125 in 1c837e3
in above line we shouldn't check accessibility with "is_staff". this cause problems for customized permission admin sites.
we should replace that line with:
{% if has_permission %}
The text was updated successfully, but these errors were encountered: