Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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).

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2662]) magic-removal: Fixed #1571 -- Added missing breadcrumbs to admin delete-confirmation page. Thanks for reporting, bryan at fullfactor dot com

Note: See TracTickets for help on using tickets.
Back to Top