diff --git a/app/views/conference_registration/register.html.haml b/app/views/conference_registration/register.html.haml index 45932b8b..b7e45e84 100644 --- a/app/views/conference_registration/register.html.haml +++ b/app/views/conference_registration/register.html.haml @@ -48,7 +48,7 @@ dateFormat: "yy-mm-dd", timeFormat: "HH:mm", showSecond: false, - numberOfMonths: 2, + numberOfMonths: 1, defaultDate: '#{@conference.start_date.yesterday.strftime('%Y-%m-%d')}', onSelect: function(selected) { $("#registration-departure-datepicker").datepicker("option","minDate", selected) @@ -59,7 +59,7 @@ dateFormat: "yy-mm-dd", timeFormat: "HH:mm", showSecond: false, - numberOfMonths: 2, + numberOfMonths: 1, defaultDate: '#{@conference.end_date.tomorrow.strftime('%Y-%m-%d')}', onSelect: function(selected) { $("#registration-arrival-datepicker").datepicker("option","maxDate", selected)