Private
Public Access
1
0

Cumulative Flex Plot v1

This commit is contained in:
sanderroosendaal
2016-10-31 15:18:11 +01:00
parent bb39d2b0af
commit 49f93da544
121 changed files with 362 additions and 465 deletions

View File

@@ -1295,14 +1295,19 @@ def cum_flex(request,theuser=0,
promember=promember)
script = res[0]
div = res[1]
js_resources = res[2]
css_resources = res[3]
else:
script = ''
div = '<p>No erg pieces uploaded for this date range.</p>'
js_resources = ''
css_resources = ''
return render(request, 'cum_flex.html',
{'interactiveplot':script,
'the_div':div,
'js_res': js_resources,
'css_res':css_resources,
'id':theuser,
'theuser':u,
'startdate':startdate,