diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-04 16:43:26 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-04 16:43:26 -0800 |
commit | cf804de463c83bfe11aba3576be2ccdd34443fd1 (patch) | |
tree | 56d9a8370eb0739be7927798080cf8b6f06bcb70 /bn_django/templates/comments/freeform.html | |
parent | 5b8d6138d3544ce14ad44598fbfbf42fc259865e (diff) | |
download | bnewnet-cf804de463c83bfe11aba3576be2ccdd34443fd1.tar.gz bnewnet-cf804de463c83bfe11aba3576be2ccdd34443fd1.zip |
added seperate docutils stylesheet for wiki
Diffstat (limited to 'bn_django/templates/comments/freeform.html')
-rw-r--r-- | bn_django/templates/comments/freeform.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bn_django/templates/comments/freeform.html b/bn_django/templates/comments/freeform.html index f0d00b9..95e5153 100644 --- a/bn_django/templates/comments/freeform.html +++ b/bn_django/templates/comments/freeform.html @@ -1,5 +1,4 @@ {% load i18n %} -{% if display_form %} <form action="/comments/postfree/" method="post"> <p><label for="id_person_name">{% trans "Your name:" %}</label> <input type="text" id="id_person_name" name="person_name" /></p> <p><label for="id_comment">{% trans "Comment:" %}</label><br /><textarea name="comment" id="id_comment" rows="10" cols="60"></textarea></p> @@ -10,4 +9,3 @@ <input type="submit" name="preview" value="{% trans "Preview comment" %}" /> </p> </form> -{% endif %} |