#19289 closed Bug (fixed)
In https://docs.djangoproject.com/en/dev/intro/tutorial02/, a sentence refers to "code from above" that doesn't exist above that sentence.
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In https://docs.djangoproject.com/en/dev/intro/tutorial02/ it says:
Note that our loader.get_template('polls/index.html') code from above maps to [template_directory]/polls/index.html” on the filesystem.
However, loader.get_template('polls/index.html')
does not appear anywhere above that sentence on that page, and the reference makes no sense to me.
Change History (4)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Bug |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was introduced in [07abb7a6b7af2c45be553acf08d85cd2d72057ad] (#18715).