#8522 closed (fixed)
Pass extra_context to django.contrib.admin.sites.AdminSite.app_index
| Reported by: | Jannis Leidel | Owned by: | Jannis Leidel |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | 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
Please make it possible to pass an extra_context dict to the template of django.contrib.admin.sites.AdminSite.app_index.
Attachments (1)
Change History (4)
by , 17 years ago
| Attachment: | ticket8522-r8520.diff added |
|---|
comment:1 by , 17 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Small patch to add support for extra_context in app_index method