From 4c74be8dbb62625ebea3362db80830fc4705bb2e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 31 Oct 2008 17:48:48 +0100 Subject: [PATCH] Add hidden "next" fields to the comment forms. Previously, commenting would only work because the threadedcomments application falls back to using HTTP referrer information, which is not reliable. --- templates/influences/influence_comments_block.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/influences/influence_comments_block.html b/templates/influences/influence_comments_block.html index 390fce0..430ed71 100644 --- a/templates/influences/influence_comments_block.html +++ b/templates/influences/influence_comments_block.html @@ -29,6 +29,7 @@ {{ comment.reply_form.as_table }}
+
@@ -50,6 +51,7 @@ {{ comment_form.as_table }}
+
-- 2.30.2