#505 closed defect (fixed)
ssi-tag should not fail silently if DEBUG is enabled
| Reported by: | Manuzhai | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | Template system | Version: | |
| Severity: | normal | 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 think DEBUG is intended to catch exactly these kinds of things, right?
Note:
See TracTickets
for help on using tickets.
(In [1037]) Fixed #505 -- ssi template tag now displays a message instead of failing silently if DEBUG=True. Thanks, Manuzhai