gpt4 book ai didi

Django 评论应用程序 : How do I disable the redirection to posted. html?

转载 作者:行者123 更新时间:2023-12-02 08:53:58 25 4
gpt4 key购买 nike

我正在使用 Django's comments framework .每当有人发表评论时,他都会被重定向到成功页面 (posted.html)。我不想显示成功页面。我只想重新加载当前页面(上面有新评论)。如何停止重定向?

最佳答案

添加一个名为 next 的隐藏表单字段是可行的方法,但您应该使用 request.get_full_path 因为 request.path 没有不包含查询字符串:

<input type="hidden" name="next" value="{{ request.get_full_path }}" />

关于Django 评论应用程序 : How do I disable the redirection to posted. html?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6396421/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com