Opened 14 years ago

Closed 14 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 }}

Change History (1)

comment:1 by Luke Plant, 14 years ago

Resolution: invalid
Status: newclosed

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.

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