Private
Public Access
1
0

working but not passing test_analysis

This commit is contained in:
Sander Roosendaal
2020-03-30 21:56:04 +02:00
parent 619bb097e9
commit db4d16e8d9
9 changed files with 143 additions and 8 deletions

View File

@@ -713,8 +713,10 @@ def get_dates_timeperiod(request,startdatestring='',enddatestring='',
if not timeperiod:
timeperiod = defaulttimeperiod
startdatestring = request.GET.get('startdate')
enddatestring = request.GET.get('enddate')
if startdatestring == '':
startdatestring = request.GET.get('startdate')
if enddatestring == '':
enddatestring = request.GET.get('enddate')
if startdatestring and enddatestring:
try: