#11497 closed (invalid)
Overwriting base_site.html in admin site removes some js components
Reported by: | szczav | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | master |
Severity: | Keywords: | base_site.html java script js template | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In admin templates I've my own base_site.html template in which I changed only title. In stable release it was working correctly. In SVN version I see that some java script components (for example calendar, time and some for many to many fields) don't appear. When I remove base_site template everything works correctly.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
There was strange error in my code. Template overriding works.
Sorry for trouble. Next time I'll be more carefull with creating ticket.
Note: See
TracTickets for help on using
tickets.
Can you provide some more details (particularly the source of your file), as it stands we have no idea where the possible regression could be.