#18749: Syntax error in Tutorial 4
--------------------------------------+--------------------
Reporter: dharol@… | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 1.4
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 1 | UI/UX: 0
--------------------------------------+--------------------
There is a syntax error in last line of Dev Tutorial 4.
Is:
<a href="{% url 'poll_detail' poll.id %}">Vote again?</a>
Should be:
<a href="{% url poll_detail poll.id %}">Vote again?</a>
Fix: (no quotes around poll_detail)
From: https://docs.djangoproject.com/en/dev/intro/tutorial04/
--
Ticket URL: <https://code.djangoproject.com/ticket/18749>
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.