Private
Public Access
1
0

work per stroke slider on flex chart

This commit is contained in:
Sander Roosendaal
2017-03-02 11:32:53 +01:00
parent c37461f411
commit 8134d76a07
2 changed files with 41 additions and 26 deletions

View File

@@ -433,7 +433,7 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
privacy = 'visible'
# check for duplicate start times
ws = Workout.objects.filter(starttime=workoutstarttime,
ws = Workout.objects.filter(startdatetime=workoutstartdatetime,
user=r)
if (len(ws) != 0):
message = "Warning: This workout probably already exists in the database"