From 3beb31d829e87f32fa89a36d46390f9560d92974 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 24 Feb 2007 21:35:53 -0800 Subject: minor --- bn_django/templates/comments/form.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bn_django') diff --git a/bn_django/templates/comments/form.html b/bn_django/templates/comments/form.html index 316d6a1..c5aa768 100644 --- a/bn_django/templates/comments/form.html +++ b/bn_django/templates/comments/form.html @@ -1,4 +1,5 @@ {% load i18n %} +{% if display_form %}
{% if user.is_authenticated %} @@ -34,3 +35,4 @@

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