From 62678baeb0b94bc38e83dfea5ba1f9b2de3aa4da Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 31 Oct 2008 17:47:12 +0100 Subject: [PATCH] Add influence_comment_preview template. --- .../influences/influence_comment_preview.html | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/influences/influence_comment_preview.html diff --git a/templates/influences/influence_comment_preview.html b/templates/influences/influence_comment_preview.html new file mode 100644 index 0000000..53ef495 --- /dev/null +++ b/templates/influences/influence_comment_preview.html @@ -0,0 +1,20 @@ +{% extends base %} + +{% load threadedcommentstags %} + +{% block comments %} + {% if comment %} +
+ You said:
+ {% auto_transform_markup comment %} +
+ {% endif %} +
+ + {{ form.as_table }} +
+
+
+ +
+{% endblock %} -- 2.30.2