From 8729ad9344ac081ba4841c8f88362b526975eaea Mon Sep 17 00:00:00 2001
From: echarp <manu@echarp.org>
Date: Mon, 23 May 2022 19:30:33 +0200
Subject: [PATCH] Quickfix for orga description edition

---
 app/views/orgas/_form.html.haml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/views/orgas/_form.html.haml b/app/views/orgas/_form.html.haml
index 238f5019b..c28ba8c29 100644
--- a/app/views/orgas/_form.html.haml
+++ b/app/views/orgas/_form.html.haml
@@ -39,8 +39,7 @@
 
   .field.description
     = f.label :description
-    /= f.text_area :description, rows: 25, class: :description
-    = f.text_field :description, class: :description
+    = f.text_area :description, class: :description
 
   .field.url.required{ title: t('.url_helper') }
     = f.label :url
-- 
GitLab