adds check if user wants notes on flex chart
This commit is contained in:
@@ -6118,7 +6118,7 @@ def workout_flexchart3_view(request,*args,**kwargs):
|
||||
else:
|
||||
yparam2 = 'hr'
|
||||
|
||||
if favoritenr:
|
||||
if favoritenr and r.showfavoritechartnotes:
|
||||
favoritechartnotes = favorites[favoritenr].notes
|
||||
else:
|
||||
favoritechartnotes = ''
|
||||
|
||||
Reference in New Issue
Block a user