django-comments 可以处理页面上的多个评论表单吗?
我在 Django 支持的网页上有多个模型,每个模型都有一个 django.contrib.comments 表单。在此页面上,从这些表单之一到 /comments/post/
的帖子始终会导致:
Forbidden (403)
CSRF verification failed. Request aborted.
如果我在只有一个此类表单的另一个页面上包含相同的评论表单代码,则它只会发布美好的。
另外仅供参考,我已在 MIDDLEWARE_CLASSES 中包含 'django.middleware.csrf.CsrfViewMiddleware'
,并在评论表单中包含 {% csrf_token %}
。
对于此错误或在页面上正确提交多个 django-comments 表单有什么想法吗?
I have multiple models on a Django-powered webpage that have a django.contrib.comments form rendered for each. On this page, a post from one of these forms to /comments/post/
always results in:
Forbidden (403)
CSRF verification failed. Request aborted.
If I include the same comment form code on another page where there is just one such form, it posts just fine.
Also fyi, I have included 'django.middleware.csrf.CsrfViewMiddleware'
in the MIDDLEWARE_CLASSES and the {% csrf_token %}
inside the comment form.
Any thoughts on this error or getting multiple django-comments forms on a page submitting correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论