Private
Public Access
1
0

Manual Entry working

This commit is contained in:
Sander Roosendaal
2020-12-02 15:54:46 +01:00
parent b6785c9376
commit 78c6bfb345
3 changed files with 11 additions and 5 deletions

View File

@@ -636,6 +636,7 @@ def addmanual_view(request,raceid=0):
id,message = dataprep.create_row_df(r,
distance,
duration,startdatetime,
rpe=rpe,
weightcategory=weightcategory,
adaptiveclass=adaptiveclass,
avghr=avghr,
@@ -661,6 +662,7 @@ def addmanual_view(request,raceid=0):
w.notes = notes
w.plannedsession = ps
w.name = name
w.rpe = rpe
w.workouttype = workouttype
w.boattype = boattype
w.save()