#1090 closed enhancement (fixed)
[patch] allow templates that extend admin/base to override the H1 in #content
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 19 years ago
Summary: | allow admin templates to override the title in the content div → [patch] allow templates that extend admin/base to override the H1 in #content |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [1975]) Fixed #1090 -- Added {% block content_title %} hook to admin base.html template. Thanks, Joseph Kocherhans