Skip to content

Commit

Permalink
Reset vacation in_date
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanpingle committed Feb 6, 2023
1 parent 265c9cb commit 0e9bf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swd/main/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def vacation_no_mess(request):
if form.is_valid():
# in_date = datetime.strptime(request.POST.get('in_date'), '%d %B, %Y').date()
# <!-- Temporary change, to be reverted when allow date before is determined -->
in_date = datetime(2023, 1, 3).date()
in_date = datetime(2023, 3, 10).date()

time0 = time.min
out_date = datetime.strptime(request.POST.get('out_date'), '%d %B, %Y').date()
Expand Down

0 comments on commit 0e9bf83

Please sign in to comment.