Private
Public Access
1
0

fixed issue #226: notes dont show up in fav chart library

This commit is contained in:
Sander Roosendaal
2017-11-03 12:50:03 +01:00
parent c07c6311ca
commit e19b3631f1

View File

@@ -9166,7 +9166,8 @@ def rower_favoritecharts_view(request):
'xparam':f.xparam,
'plottype':f.plottype,
'workouttype':f.workouttype,
'reststrokes':f.reststrokes}
'reststrokes':f.reststrokes,
'notes':f.notes,}
for f in favorites]
FavoriteChartFormSet = formset_factory(FavoriteForm,formset=BaseFavoriteFormSet,extra=0)
if aantal==0: