From 9ba45476efa21791c2c69a083d90785a436435f7 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Mon, 9 May 2022 17:57:02 -0500 Subject: Fix float lbs bug --- app/routes/workout.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/routes') diff --git a/app/routes/workout.py b/app/routes/workout.py index e27cee8..767603e 100644 --- a/app/routes/workout.py +++ b/app/routes/workout.py @@ -131,6 +131,7 @@ def workout_record(workout_id=None): return redirect(url_for("home")) else: + print(form.errors) # Populate form with data for exercise in workout.exercises: form.exercises.append_entry( -- cgit v1.2.3