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?
--
Ticket URL: <https://code.djangoproject.com/ticket/20706>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
Please see TicketClosingReasons/UseSupportChannels
Thanks!
(BTW: my guess is your comment form does not use `{% csrf_token %}`)
--
Ticket URL: <https://code.djangoproject.com/ticket/20706#comment:1>