From 628e47b4b8243fa7e84703f3f71c3de19c5baa65 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sat, 23 Apr 2022 15:56:33 -0500 Subject: Add dynamic option for time/reps on create screen --- app/templates/workout/create.html | 72 ++++++++++++++------------------------- 1 file changed, 25 insertions(+), 47 deletions(-) (limited to 'app/templates/workout') diff --git a/app/templates/workout/create.html b/app/templates/workout/create.html index 7446ec6..d5178fc 100644 --- a/app/templates/workout/create.html +++ b/app/templates/workout/create.html @@ -4,8 +4,7 @@
-

- +

@@ -13,9 +12,7 @@

-
- {% for entry in form.exercises.entries %} -
+
{% for entry in form.exercises.entries %}

@@ -24,28 +21,40 @@

-
-

- + - +

- +

-

- - - -

+
+
+
+ +
+
+ +
+
+ +
+

+ + + +

{% endfor %} @@ -65,36 +74,5 @@ Create Workout
- - + {% endblock %} -- cgit v1.2.3