diff options
Diffstat (limited to 'app/views/my/account.html.erb')
-rw-r--r-- | app/views/my/account.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 8ec3a8dc9..0ce223b0a 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -16,7 +16,9 @@ <p><%= f.text_field :firstname, :required => true %></p> <p><%= f.text_field :lastname, :required => true %></p> <p><%= f.text_field :mail, :required => true %></p> + <% unless @user.force_default_language? %> <p><%= f.select :language, lang_options_for_select %></p> + <% end %> <% if Setting.openid? %> <p><%= f.text_field :identity_url %></p> <% end %> |