From 04c8595f3b6e74e336909bdcd3fdc9b1c62c24b2 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 19 Nov 2014 01:47:55 +0100 Subject: templates/index: do not collaps create group form on error If the user submits the group creation form and the form contains a validation error, the form should be visible to the user with the error message, so we do not hide it. --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index f5cf4d8..c6583a1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,7 +39,9 @@ +{% if not create_form.errors %} +{% endif %} {% endblock %} -- cgit v1.2.3-1-g7c22