From 1ac6ce08915bb6d45c28877bad0d3d253609eb7a Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 4 Nov 2008 12:01:29 +0100 Subject: [PATCH] Make the preview consistent with normal comments. This changes the HTML such that it looks more similar and so that the same CSS will apply. --- .../influences/influence_comment_preview.html | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/templates/influences/influence_comment_preview.html b/templates/influences/influence_comment_preview.html index f0f04ba..059563c 100644 --- a/templates/influences/influence_comment_preview.html +++ b/templates/influences/influence_comment_preview.html @@ -5,16 +5,23 @@ {% block comments %} {% if comment %}
- You said:
+ You said: +
{% auto_transform_markup comment %} +
{% endif %} -
- - {{ form.as_table }} -
-
-
- -
+
+
+ {{ form.comment.label_tag }}
+ {{ form.comment }}
+ {{ form.is_public }} + {{ form.is_public.label_tag }} +
+ + + +
+
+
{% endblock %} -- 2.30.2