X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_comment_preview.html;h=e1b05d0d98361a07767ede4443de044119e6acdb;hb=f17ba3f9ec768ead9811c8e93a20328755fcecfd;hp=53ef495ee984c3297c7f6e06aaef0d4469f140c4;hpb=62678baeb0b94bc38e83dfea5ba1f9b2de3aa4da;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/influence_comment_preview.html b/templates/influences/influence_comment_preview.html index 53ef495..e1b05d0 100644 --- a/templates/influences/influence_comment_preview.html +++ b/templates/influences/influence_comment_preview.html @@ -1,20 +1,28 @@ -{% extends base %} +{% extends "influences/influence_detail.html" %} {% load threadedcommentstags %} {% 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 %}