#812 closed defect (invalid)
[Syndication doc example] - Templates and associated extension
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In "The syndication feed framework" document it appears this sentence: "To specify the contents of <title> and <description>, create Django templates called feeds/sitenews_title and feeds/sitenews_description".
In order for these files to be recognized as templates, shouldn't them be named feeds/sitenews_title.html and feeds/sitenews_description.html?
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It depends on the template loader. A database template loader, for example, does not have any concept of extensions. See #613.