-
Notifications
You must be signed in to change notification settings - Fork 283
Description
What version of Unfold are you using?
0.64.1
What version of Django are you using?
5.2.5
What browser are you using?
Chrome 139.0
Did you checked changelog/commit history, if the bug is not already fixed?
Yes
Did you searched other issues, if the bug is not already fixed?
Yes
Did you checked documentation?
Yes
Are you able to replicate the bug in the demo site?
https://demo.unfoldadmin.com/en/admin/formula/
Repository with reproduced bug
Describe your issue
The outer div
tag is not closed in src/unfold/templates/unfold/helpers/command.html
. This is hard to notice on a real site, because browsers automatically fix such HTML errors, but there is at least one important side effect: when Debug Toolbar is enabled, it appears to be inside the unclosed div
and thus is not visible until you open the global search.