#2096 closed defect (fixed)
[patch] small M-R fix for example in ' template language for programmers' doc
| Reported by: | Ramiro Morales | Owned by: | Jacob |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The example in 'Extending the template system' section still talks about a models/ subdir. This litle attached patch fixes that.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | templates_python.txt.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3093]) Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiro