#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)
Change History (6)
comment:1 by , 16 years ago
| milestone: | → 1.2 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
by , 16 years ago
| Attachment: | 13013_csrf_missing_patch.diff added |
|---|
comment:2 by , 16 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
| 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 , 16 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:4 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Adds that pesky csrf_token to the form in the docs there...