Opened 18 years ago

Closed 18 years ago

#2275 closed enhancement (fixed)

[patch] Actually pages' footer can't be overridden by child templates

Reported by: paolo Owned by: Adrian Holovaty
Component: Contrib apps Version: dev
Severity: normal Keywords:
Cc: paolo@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Base admin template base.html contains a <div id="footer"></div> that can't be overridden, as it is not surrounded by a block tag.

It would be useful if it could be inside a template block.

Attachments (1)

footer_block.diff (437 bytes ) - added by paolo 18 years ago.
footer_block.diff

Download all attachments as: .zip

Change History (2)

by paolo, 18 years ago

Attachment: footer_block.diff added

footer_block.diff

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3244]) Fixed #2275 -- Added footer hook to admin base.html template

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