From 5f81517ab1635d3cb9415f288cdfaa8295d4decb Mon Sep 17 00:00:00 2001 From: echarp Date: Fri, 18 Jul 2014 19:03:33 +0200 Subject: [PATCH] Le champ description n'est plus obligatoire au niveau du formulaire, car sinon bloque la soumission --- app/views/events/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/events/_form.html.haml b/app/views/events/_form.html.haml index 2e2f094b..5d9824f1 100644 --- a/app/views/events/_form.html.haml +++ b/app/views/events/_form.html.haml @@ -33,7 +33,7 @@ :markdown #{t '.description_helper'} = f.label :description - = f.text_area :description, required: true, rows: 25, cols: 90 + = f.text_area :description, rows: 25, cols: 90 .field = f.label :city