Skip to content
Snippets Groups Projects
Commit c4cbb6f0 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #2387

parent df8e6c8c
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<% if @website.localizations.many? %>
<%= f.association :default_language,
include_blank: false,
collection: website.languages,
collection: @website.languages,
label_method: lambda { |l| language_name(l.iso_code) } %>
<% end %>
<%= f.input :default_time_zone,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment