From: Matthijs Kooijman Date: Fri, 31 Oct 2008 16:47:12 +0000 (+0100) Subject: Add influence_comment_preview template. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=62678baeb0b94bc38e83dfea5ba1f9b2de3aa4da Add influence_comment_preview template. --- 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 %}