diff --git a/app/views/users/description/champs/_drop_down_list.html.haml b/app/views/users/description/champs/_drop_down_list.html.haml index b4b6927f0..e398f6519 100644 --- a/app/views/users/description/champs/_drop_down_list.html.haml +++ b/app/views/users/description/champs/_drop_down_list.html.haml @@ -1 +1,2 @@ -= render partial: 'users/description/champs/drop_down_template', locals: {values: champ.drop_down_list.options, champ: champ} +- unless champ.drop_down_list.nil? + = render partial: 'users/description/champs/drop_down_template', locals: {values: champ.drop_down_list.options, champ: champ}