diff --git a/app/views/portlets/dynamic_contents/_sejours.html.haml b/app/views/portlets/dynamic_contents/_sejours.html.haml index 5e0249b..6a4d6cd 100644 --- a/app/views/portlets/dynamic_contents/_sejours.html.haml +++ b/app/views/portlets/dynamic_contents/_sejours.html.haml @@ -5,7 +5,7 @@ -if params[:saison_id] -@sejours = Saison.find(params[:saison_id]).sejours.all -else - -@sejours = Sejour.find(1).sejours.all + -@sejours = Saison.find(1).sejours.all