#14565 closed (fixed)
No csrf_token on 404 pages
Description ¶
You can't use {% csrf_token %
} on a 404 page.
I've also posted this on django-developers.
Change History (8)
by , 14 years ago
Attachment: | add_csrf_protect.diff added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
comment:4 by , 14 years ago
comment:5 by , 14 years ago
comment:6 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Note that it's fixed the same way as #12358.