Opened 15 years ago
Closed 15 years ago
#13102 closed (invalid)
csrf_token misinterpolated
Reported by: | SterlingCamden | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | 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 the code example on page 4 of the tutorial, {% csrf_token %} should be {{ csrf_token }}
Note:
See TracTickets
for help on using tickets.
No, it should be
{% csrf_token %}
. I'm presuming you've had some problem with it, so please check your Django version and ask on django-users if you still have problems. Thanks.