#19013: Erroneous quotes in view tutorial
--------------------------------------+--------------------
     Reporter:  mark@…                |      Owner:  nobody
         Type:  Cleanup/optimization  |     Status:  new
    Component:  Documentation         |    Version:  1.4
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  0                     |      UI/UX:  0
--------------------------------------+--------------------
 An example in the view tutorial says:

 <li><a href="{% url 'polls.views.detail' poll.id %}">{{ poll.question
 }}</a></li>

 but it seems that it should say:

 <li><a href="{% url polls.views.detail poll.id %}">{{ poll.question
 }}</a></li>

 I'm new to Python and django, so this might be something I'm not
 understanding, but when I had the quotes in it didn't work and when I took
 them out it did work.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19013>
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 https://groups.google.com/groups/opt_out.


Reply via email to