Private
Public Access
1
0

fixed bug in flex chart

This commit is contained in:
Sander Roosendaal
2017-11-01 19:57:49 +01:00
parent 255f4df8d1
commit 75ce561289
3 changed files with 5 additions and 2 deletions

View File

@@ -6672,8 +6672,11 @@ def workout_flexchart3_view(request,*args,**kwargs):
yparam2 = 'hr'
if not request.user.is_anonymous():
r = getrower(request.user)
if favoritenr>=0 and r.showfavoritechartnotes:
favoritechartnotes = favorites[favoritenr].notes
else:
favoritechartnotes = ''
else:
favoritechartnotes = ''
favoritenr = 0