From: Matthijs Kooijman Date: Mon, 17 Nov 2008 16:15:49 +0000 (+0100) Subject: Show form errors when posting comments. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=f81c536a2efef73095db340a5168157301504628 Show form errors when posting comments. --- diff --git a/templates/influences/influence_comment_preview.html b/templates/influences/influence_comment_preview.html index 059563c..e1b05d0 100644 --- a/templates/influences/influence_comment_preview.html +++ b/templates/influences/influence_comment_preview.html @@ -13,6 +13,7 @@ {% endif %}
+ {{ form.errors }} {{ form.comment.label_tag }}
{{ form.comment }}
{{ form.is_public }}