Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13013 closed (fixed)

Example form in i18n docs is missing {% csrf_token %}

Reported by: anonymous Owned by: Gabriel Hurley
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The form at the bottom of the http://docs.djangoproject.com/en/dev/topics/i18n/internationalization/ page is missing {% csrf_token %}.

Attachments (1)

13013_csrf_missing_patch.diff (493 bytes ) - added by Gabriel Hurley 14 years ago.
Adds that pesky csrf_token to the form in the docs there…

Download all attachments as: .zip

Change History (6)

comment:1 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

by Gabriel Hurley, 14 years ago

Adds that pesky csrf_token to the form in the docs there...

comment:2 by Gabriel Hurley, 14 years ago

Has patch: set
Owner: changed from nobody to Gabriel Hurley
Status: newassigned
Summary: Page missing {% csrf_token %}Example form in i18n docs is missing {% csrf_token %}

Added patch that adds the necessary csrf_token. Simple fix.

comment:3 by Tim Graham, 14 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12708]) Fixed #13013 -- Added missing {% csrf_token %} in example form.

comment:5 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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