Opened 9 years ago
Closed 9 years ago
#27605 closed New feature (wontfix)
Add 'POST_APP_DIRS' TEMPLATES option to search some template directories after app dirs
| Reported by: | Tim Graham | Owned by: | Tim Graham |
|---|---|---|---|
| Component: | Template system | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
For template widget rendering (#15667), it'll be useful to allow loading the built-in widget templates after loading templates from the app dirs so they can be overridden. Templates specified using the DIRS option are loaded before the apps dirs, so a new 'POST_APP_DIRS' option in the TEMPLATES setting will the built-in template renderers to easily specify this behavior.
Change History (2)
comment:1 by , 9 years ago
| Has patch: | set |
|---|
comment:2 by , 9 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | assigned → closed |
Closing as wontfix as we decided not to use this approach for widget rendering.
Note:
See TracTickets
for help on using tickets.
PR