Show form errors when posting comments.
[matthijs/projects/xerxes.git] / 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 }}