Python version
3.13.5
Django version
5.2.4
Package version
0.30.1
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.
Expected behavior
No backend errors