#14565 closed (fixed)
No csrf_token on 404 pages
| Reported by: | Gert Van Gool | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | 1.2 |
| Severity: | Keywords: | csrf | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
You can't use {% csrf_token %} on a 404 page.
I've also posted this on django-developers.
Attachments (1)
Change History (8)
by , 15 years ago
| Attachment: | add_csrf_protect.diff added |
|---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 15 years ago
comment:4 by , 15 years ago
comment:5 by , 15 years ago
comment:6 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
Note that it's fixed the same way as #12358.