Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1090 closed enhancement (fixed)

[patch] allow templates that extend admin/base to override the H1 in #content

Reported by: Joseph Kocherhans <jkocherhans@…> 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)

patch.diff (687 bytes ) - added by Joseph Kocherhans <jkocherhans@…> 18 years ago.

Download all attachments as: .zip

Change History (3)

by Joseph Kocherhans <jkocherhans@…>, 18 years ago

Attachment: patch.diff added

comment:1 by Joseph Kocherhans <jkocherhans@…>, 18 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 Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1975]) Fixed #1090 -- Added {% block content_title %} hook to admin base.html template. Thanks, Joseph Kocherhans

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