From cfc5d23db501f56588ac7be1e16da1d1fde930f8 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 29 Oct 2008 00:41:11 +0100 Subject: [PATCH] Fix HTML errors. --- .../influences/influence_detail_block.html | 34 ++++++++----------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/templates/influences/influence_detail_block.html b/templates/influences/influence_detail_block.html index 21d3755..7dc3cf0 100644 --- a/templates/influences/influence_detail_block.html +++ b/templates/influences/influence_detail_block.html @@ -10,7 +10,7 @@ {% endif %}

{{ object.description }}

- -
+ +

{% trans "Cancel reply" %}

- + + {{ comment.get_reply_form.as_table }} +
+
@@ -51,16 +49,14 @@
- -

{% trans "Add comment" %}

-
+ +

{% trans "Add comment" %}

+

Cancel comment

-
    - - {{ comment_form.as_table }} -
    - - {# #} -
+ + {{ comment_form.as_table }} +
+
+ {# #}

-- 2.30.2