Opened 18 years ago
Closed 17 years ago
#3514 closed (wontfix)
Include extrabody block to admin's base.html template
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Design decision needed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It'll be very usefull to everybody that needs to customize admin behavior by including javascript functionality by using body onload/onclose methods. Example: To include a map from google map that can be used to add data to a localization form by using listeners.
Change History (2)
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'm going to wontfix this because attaching
onload
or other handlers in the HTML is contrary to all best practices.