#2046 closed defect (fixed)
[PATCH] Tutorial 3 lists wrong template name
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | trivial | 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
Tutorial 3 has:
That code loads the template called "polls/index" and passes it a context. The context is a dictionary mapping template variable names to Python objects.
With the code just above it this should be changed to read:
That code loads the template called "polls/index.html" and passes it a context. The context is a dictionary mapping template variable names to Python objects.
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | tutorial03.txt.diff added |
---|
comment:1 by , 18 years ago
Summary: | Tutorial 3 lists wrong template name → [PATCH] Tutorial 3 lists wrong template name |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch for fixing the documentation nit.