From f81c536a2efef73095db340a5168157301504628 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 17 Nov 2008 17:15:49 +0100 Subject: [PATCH] Show form errors when posting comments. --- templates/influences/influence_comment_preview.html | 1 + 1 file changed, 1 insertion(+) 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 }} -- 2.30.2