【发布时间】:2011-04-15 12:43:49
【问题描述】:
不知道这里出了什么问题。我正在使用内置的评论表单。表单标签是这样的:
<form action="{% comment_form_target %}?next={% url post post.id %}" method="post">
生成的 HTML 如下所示:
<form action="/comments/post/?next=/6/" method="post">
/6/ 是我的帖子的 post_detail 地址。但是我仍然在这个 URL 结束:
http://localhost:8000/comments/posted/?c=4
有一个
感谢您的评论。 留言
这里发生了什么?谢谢!
【问题讨论】:
标签: django next django-comments