X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_comment_preview.html;h=059563ca53d192f8e5dd4a00e3b7c9a2b4843739;hp=f0f04bac55ad91b90f24ad2635e3521d90a36195;hb=1ac6ce08915bb6d45c28877bad0d3d253609eb7a;hpb=51d871cc825c454a819fb6f73b6d0840679efaac 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 %}