From ba3cdfee16ca65da218c7a9724b6d3a7a770fc81 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 24 Feb 2007 21:26:12 -0800 Subject: work on integrating comments universally --- bn_django/templates/comments/freeform.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bn_django/templates/comments/freeform.html (limited to 'bn_django/templates/comments/freeform.html') diff --git a/bn_django/templates/comments/freeform.html b/bn_django/templates/comments/freeform.html new file mode 100644 index 0000000..f0d00b9 --- /dev/null +++ b/bn_django/templates/comments/freeform.html @@ -0,0 +1,13 @@ +{% load i18n %} +{% if display_form %} +
+

+


+

+ + + + +

+
+{% endif %} -- cgit v1.2.3