summaryrefslogtreecommitdiff
path: root/app/routes/workout.py
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonmail.com>2022-05-11 15:19:43 -0500
committerstilbruch <stilbruch@protonmail.com>2022-05-11 15:19:43 -0500
commitd73b73e8ec1fbfadadc7500f99e5a89bda545652 (patch)
treef6b040aa850ae8dc837e254b881e84c0e62b66fa /app/routes/workout.py
parent141b8cf1e4a867e4b52506b950b46cac2ea27984 (diff)
parent98c1eb525e0768aa69ac598565dd0d8d2975e65a (diff)
downloadStrengthy-d73b73e8ec1fbfadadc7500f99e5a89bda545652.tar.xz
Strengthy-d73b73e8ec1fbfadadc7500f99e5a89bda545652.zip
Merge branch 'master' of stilbruch.xyz:strengthy
Diffstat (limited to 'app/routes/workout.py')
-rw-r--r--app/routes/workout.py1
1 files changed, 1 insertions, 0 deletions
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(