Opened 11 years ago
Closed 11 years ago
#20706 closed Uncategorized (invalid)
Problem with Comments Installed_apps
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.comments | Version: | 1.5 |
Severity: | Release blocker | Keywords: | |
Cc: | jesikmin@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi, I'm trying to use django.contrib.comments app.
However, I just used {% render_comment_form for post %} this, the 403 Forbidden error
Forbidden (403)
CSRF verification failed. Request aborted.
is keep appearing.
I checked that 'django.middleware.csrf.CsrfViewMiddleware', is also in my settings.py.
What is the error?
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | myblog.zip added |
---|
comment:1 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please see TicketClosingReasons/UseSupportChannels
Thanks!
(BTW: my guess is your comment form does not use {% csrf_token %}
)
Note:
See TracTickets
for help on using tickets.
It's my current file. It's not complicated or huge.