X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_comment_preview.html;h=e1b05d0d98361a07767ede4443de044119e6acdb;hb=f81c536a2efef73095db340a5168157301504628;hp=f0f04bac55ad91b90f24ad2635e3521d90a36195;hpb=6ddbd39b9bfb49ffeb8e444b3cbe23a378cd36f2;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/influence_comment_preview.html b/templates/influences/influence_comment_preview.html index f0f04ba..e1b05d0 100644 --- a/templates/influences/influence_comment_preview.html +++ b/templates/influences/influence_comment_preview.html @@ -5,16 +5,24 @@ {% block comments %} {% if comment %}
- You said:
+ You said: +
{% auto_transform_markup comment %} +
{% endif %} -
- - {{ form.as_table }} -
-
-
- -
+
+
+ {{ form.errors }} + {{ form.comment.label_tag }}
+ {{ form.comment }}
+ {{ form.is_public }} + {{ form.is_public.label_tag }} +
+ + + +
+
+
{% endblock %}