From 0333694e00f3ffb0004ed7dbab567469bc28bcfd Mon Sep 17 00:00:00 2001 From: FivePixels Date: Mon, 4 Apr 2022 19:05:04 -0500 Subject: Add javascript handling the 'Start a workout form' for incrementing rows of exercises. Each input will have the name exercise-index and rep-index. Cancel button redirects to user homepage. --- app/templates/workout/create.html | 72 ++++++++++++++++++++++++++------------- 1 file changed, 49 insertions(+), 23 deletions(-) (limited to 'app/templates') diff --git a/app/templates/workout/create.html b/app/templates/workout/create.html index 99f6f48..3adfd0f 100644 --- a/app/templates/workout/create.html +++ b/app/templates/workout/create.html @@ -15,37 +15,39 @@ -
-
-
-

- - - - -

-
-
-

- - - - - - - -

+
+
+
+
+

+ + + + +

+
+
+

+ + + + + + + +

+

- + +

- +

@@ -57,9 +59,33 @@

- + Cancel

+ {% endblock %} -- cgit v1.2.3