Opened 17 years ago
Closed 17 years ago
#6890 closed (fixed)
Tutorial part4. Suggestion: Duplicated insructions to change render_to_response() in vote view may be confusing.
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | tutorial 04 vote | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
After instructions to rename the template polls/detail.html to polls/poll_detail.html it says: "and change the render_to_response() line in vote()". Then, when is explained that vote view is still required it says: "Change the template call from polls/detail.html to polls/poll_detail.html, ..." wich refer to the same thing we did before.
Note:
See TracTickets
for help on using tickets.
(In [7380]) Fixed #6890 -- Removed duplicate instruction to rename the
polls/detail.htm
template in tutorial part 4.