diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb index 71f1e7b..a13492c 100644 --- a/app/views/devise/registrations/edit.html.erb +++ b/app/views/devise/registrations/edit.html.erb @@ -46,20 +46,22 @@ as: :string, class: "text_field has-tooltip reg-input", "data-toggle" => "tooltip", "data-container" => "body", "title" => _('Please enter the name of your organisation.') %> - - <%= _('Language') %> - - - <% locale = current_user.get_locale(); %> - - - + <% if MANY_LANGUAGES %> + + <%= _('Language') %> + + + <% locale = current_user.get_locale(); %> + + + + <% end %> <% @identifier_schemes.each do |scheme| %>