#1571 closed defect (fixed)
[magic-removal] Breadcrumbs missing on admin delete confirmation page
Reported by: | bryan at fullfactor dot com | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | magic-removal |
Severity: | normal | Keywords: | breadcrumbs admin |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The breadcrumbs block is not being filled in django/contrib/admin/templates/admin/delete_confirmation.html
This results in the link to Home being incorrect, as well as not having a link back to the object to be deleted.
I'm using magic-removal from svn (2605).
Note:
See TracTickets
for help on using tickets.
(In [2662]) magic-removal: Fixed #1571 -- Added missing breadcrumbs to admin delete-confirmation page. Thanks for reporting, bryan at fullfactor dot com