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/base.html | 1 + bn_django/templates/comment_list | 16 +++++++++++++ bn_django/templates/comments/form.html | 36 ++++++++++++++++++++++++++++++ bn_django/templates/comments/freeform.html | 13 +++++++++++ 4 files changed, 66 insertions(+) create mode 100644 bn_django/templates/comment_list create mode 100644 bn_django/templates/comments/form.html create mode 100644 bn_django/templates/comments/freeform.html (limited to 'bn_django/templates') diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 0df7a36..ad46a37 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -55,6 +55,7 @@ Here lies content! {% endblock %} +{% block commentary %} {% endblock %}