Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-01-21 17:24:23 +01:00
parent 01b1cd1378
commit a3a72121de
4 changed files with 1 additions and 44 deletions

View File

@@ -13537,13 +13537,6 @@ def rower_update_empower_view(
except Rower.DoesNotExist:
raise Http404("Rower doesn't exist")
# if 'startdate' in request.session:
# startdate = iso8601.parse_date(request.session['startdate'])
# if 'enddate' in request.session:
# enddate = iso8601.parse_date(request.session['enddate'])
if request.method == 'POST' and 'daterange' in request.POST:
dateform = DateRangeForm(request.POST)
if dateform.is_valid():