Opened 9 years ago
Closed 9 years ago
#27531 closed Bug (fixed)
Delete confirmation page overrides extrahead
| Reported by: | elky | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | 1.10 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Both delete_confirmation.html and delete_selected_confirmation.html templates have extrahead block which overrides any rules declared in custom base_site.html
Change History (3)
comment:1 by , 9 years ago
| Has patch: | set |
|---|
comment:2 by , 9 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Pushed a fix here: https://github.com/django/django/pull/7608