diff options
-rw-r--r-- | workshop_app/templates/workshop_app/propose_workshop.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/workshop_app/templates/workshop_app/propose_workshop.html b/workshop_app/templates/workshop_app/propose_workshop.html index ce90dc8..e483851 100644 --- a/workshop_app/templates/workshop_app/propose_workshop.html +++ b/workshop_app/templates/workshop_app/propose_workshop.html @@ -22,7 +22,9 @@ changeMonth: true, changeYear: true, minDate: dateToday, - maxDate: upto + maxDate: upto, + beforeShowDay: $.datepicker.noWeekends, + // You can put more options here. }); }); |