From 586285028845c8ed9a2e859f1266c233b8278311 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Sun, 24 Apr 2022 17:59:31 -0500 Subject: Fix backend for workout editing --- app/templates/workout/create.html | 1 + 1 file changed, 1 insertion(+) (limited to 'app/templates/workout/create.html') diff --git a/app/templates/workout/create.html b/app/templates/workout/create.html index 292aaa8..333aca6 100644 --- a/app/templates/workout/create.html +++ b/app/templates/workout/create.html @@ -18,6 +18,7 @@
{% for entry in form.exercises.entries %} + {{ entry['id']() }}
-- cgit v1.2.3