#1682 closed defect (fixed)
Line 180 in /docs/tutorial04.txt needs a '.html'
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | magic-removal |
| 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
Line 180 of the magic-removal /docs/tutorial04.txt should be changed from
template_name='polls/results'
to
template_name='polls/results.html'
I believe. Otherwise you get a "TemplateDoesNotExist at /polls/1/results/" error.
Attachments (1)
Change History (3)
by , 20 years ago
| Attachment: | htmlFixes.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Tutorial 4 'add .html' fixes