#18500: Part 3 tutorial - field is choice_text
-------------------------------+----------------------------------
     Reporter:  anonymous      |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Documentation  |    Version:  1.4
     Severity:  Normal         |   Keywords:  documentation, error
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  1              |      UI/UX:  0
-------------------------------+----------------------------------
 in the following part {{ choice.choice }} should be {{ choice.choice_text
 }} / "Use the template system" section / part 3 tutorial


 <h1>{{ poll.question }}</h1>
 <ul>
 {% for choice in poll.choice_set.all %}
     <li>{{ choice.choice }}</li>
 {% endfor %}
 </ul>

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18500>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to