From fb861930b20b14eae8b7e8a94a7cd309cd7b291e Mon Sep 17 00:00:00 2001 From: echarp Date: Fri, 2 Jun 2017 13:19:11 +0200 Subject: [PATCH] Quick correction on a form label --- app/views/orgas/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/orgas/_form.html.haml b/app/views/orgas/_form.html.haml index d85c01f6..135bd304 100644 --- a/app/views/orgas/_form.html.haml +++ b/app/views/orgas/_form.html.haml @@ -62,7 +62,7 @@ = f.email_field :submitter .field.tags{ title: t('.tags_helper') } - = f.label :tags, for: 'event_tag_list_tag' + = f.label :tags, for: 'orga_tag_list_tag' = f.text_field :tag_list, value: f.object.tag_list.to_s .field.active