Show form errors when posting comments.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 17 Nov 2008 16:15:49 +0000 (17:15 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 10 Jan 2009 12:01:21 +0000 (13:01 +0100)
templates/influences/influence_comment_preview.html

index 059563ca53d192f8e5dd4a00e3b7c9a2b4843739..e1b05d0d98361a07767ede4443de044119e6acdb 100644 (file)
@@ -13,6 +13,7 @@
     {% endif %}
        <div class="commentReplyForm">
                <form method="POST" action="">
+                       {{ form.errors }}
                        {{ form.comment.label_tag }}</br/>
                        {{ form.comment }}<br/>
                        {{ form.is_public }}