From 17dd049b947cb447628002bae3068581733565f1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 25 Jan 2009 09:52:32 -0500 Subject: tweaked comments form, journal starting to work --- bn_django/journal/templates/journal/base.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bn_django/journal/templates/journal/base.html (limited to 'bn_django/journal/templates/journal/base.html') diff --git a/bn_django/journal/templates/journal/base.html b/bn_django/journal/templates/journal/base.html new file mode 100644 index 0000000..819b1f4 --- /dev/null +++ b/bn_django/journal/templates/journal/base.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block path %} + journal +{% endblock %} -- cgit v1.2.3