#892 closed defect (fixed)
Make TemplateNotFound pages look like the 404's that come of URLConf
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Template system | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I really like the debugging info that the 404 pages give. When a template isn't found, it _feels_ like all I need to know is:
1) what template django was looking for
2) what directories it looked in.
3) ideally, whether those directories _exist_ or not (that would be a good indication of a bug)
Change History (3)
comment:1 by , 20 years ago
| Status: | new → assigned |
|---|
comment:2 by , 20 years ago
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Great idea. I'll play around with an implementation.