Private
Public Access
1
0

adds check if user wants notes on flex chart

This commit is contained in:
Sander Roosendaal
2017-10-25 17:46:46 +02:00
parent 6a4eb4583c
commit 13bb60d8ec

View File

@@ -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 = ''