From: Matthijs Kooijman Date: Tue, 4 Nov 2008 11:01:29 +0000 (+0100) Subject: Make the preview consistent with normal comments. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=1ac6ce08915bb6d45c28877bad0d3d253609eb7a 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. --- 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 %}