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
Current behavior (bug description)
Django-admin-interface still renders visually, but backend logs show errors due to missing context variables like adminform and inline_admin_formsets.
These variables are typically used in overridden admin templates like admin/base_site.html.
Additionally, a similar issue has been observed in "filter.html", particularly involving the "value" template tag.