aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-24 21:35:53 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-24 21:35:53 -0800
commit3beb31d829e87f32fa89a36d46390f9560d92974 (patch)
tree56f0dec89d1f5a446adb625d8f1645ce2ce990d6 /bn_django
parentba3cdfee16ca65da218c7a9724b6d3a7a770fc81 (diff)
downloadbnewnet-3beb31d829e87f32fa89a36d46390f9560d92974.tar.gz
bnewnet-3beb31d829e87f32fa89a36d46390f9560d92974.zip
minor
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/templates/comments/form.html2
1 files changed, 2 insertions, 0 deletions
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 %}
<form {% if photos_optional or photos_required %}enctype="multipart/form-data" {% endif %}action="/comments/post/" method="post">
{% if user.is_authenticated %}
@@ -34,3 +35,4 @@
<input type="submit" name="preview" value="{% trans "Preview comment" %}" />
</p>
</form>
+{% endif %}