From 87d241a10f55793e1add6b16933748cc64932173 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Sat, 23 Apr 2022 19:21:36 -0500 Subject: More progress on forms --- app/templates/workout/create.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'app/templates') diff --git a/app/templates/workout/create.html b/app/templates/workout/create.html index 88095f7..0336e1c 100644 --- a/app/templates/workout/create.html +++ b/app/templates/workout/create.html @@ -6,10 +6,11 @@
-

- - - +

+ {{ form.name(class_='input', placeholder='Workout Name') }} + + +

@@ -21,13 +22,12 @@

- + {{ entry.exercise_name(class_='input', placeholder='Name') }}

- @@ -35,7 +35,7 @@

- + {{ entry.sets(class_='input', placeholder='Sets') }} @@ -44,16 +44,13 @@

- + {{ entry.exercise_type() }}
- + {{ entry.units(class_='input') }}

-- cgit v1.2.3