Private
Public Access
1
0

passing tests

This commit is contained in:
Sander Roosendaal
2019-04-05 19:40:39 +02:00
parent c3fda7e206
commit 9488da2b37
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -111,7 +111,7 @@ def workout_histo_view(request,id=0):
if not promember:
return HttpResponseRedirect("/rowers/about/")
res = interactive_histoall([w])
res = interactive_histoall([w],'power',False)
script = res[0]
div = res[1]