From b582ec094af334aa50ad25fb3c7214ad2ab1ff71 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 31 Oct 2008 14:25:29 +0100 Subject: [PATCH] Move the new comment form to the right template. The "reply to this comment" forms were already in influence_comments_block, but the "new comment" form was not. --- templates/influences/influence_comments_block.html | 14 ++++++++++++++ templates/influences/influence_detail_block.html | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/templates/influences/influence_comments_block.html b/templates/influences/influence_comments_block.html index 255482a..5392d2f 100644 --- a/templates/influences/influence_comments_block.html +++ b/templates/influences/influence_comments_block.html @@ -36,3 +36,17 @@ {% else %} {% trans "No comments were added yet" %} {% endif %} + + +
+ +

{% trans "Add comment" %}

+
+

Cancel comment

+ + {{ comment_form.as_table }} +
+
+ {# #} +
+
diff --git a/templates/influences/influence_detail_block.html b/templates/influences/influence_detail_block.html index 692d0b0..0037d09 100644 --- a/templates/influences/influence_detail_block.html +++ b/templates/influences/influence_detail_block.html @@ -13,17 +13,3 @@

{% trans "Comments" %}

{% include "influences/influence_comments_block.html" %} - - -
- -

{% trans "Add comment" %}

-
-

Cancel comment

- - {{ comment_form.as_table }} -
-
- {# #} -
-
-- 2.30.2