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