Opened 12 years ago

Closed 12 years ago

#18585 closed Bug (fixed)

Tutorial part 4: problem in polls/detail.html

Reported by: anonymous Owned by: nobody
Component: Documentation Version: 1.4
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

In Writing your first Django app, part 4:
https://docs.djangoproject.com/en/1.4/intro/tutorial04/

Near the top of the page, the text for polls/detail.html
has a problem.

In the for loop to create the form, choice.choice is used
for the text of the choices, but choice.choice_text is
really what is needed there.

Change History (1)

comment:1 by anonymous, 12 years ago

Resolution: fixed
Status: newclosed

Nevermind... looks like it changed since I started the tutorial.

Note: See TracTickets for help on using tickets.
Back to Top