From 746d2c2d31f47e3e475c0bf5ffbf2492db78be41 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Mon, 2 May 2022 18:37:06 -0500 Subject: Fix indentation in record.html, update record.js logic to add event listener to added sets, fix add sets button, update the home page href to prevent bug that sent user from /workout/record to just /workout --- app/templates/workout/record.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'app/templates/workout') diff --git a/app/templates/workout/record.html b/app/templates/workout/record.html index aa58ff4..b953a3d 100644 --- a/app/templates/workout/record.html +++ b/app/templates/workout/record.html @@ -16,18 +16,18 @@ {% for set in exercise.sets.entries %} - - {{ loop.index }} - {{ set['lbs'](class_='input') }} - {{ set['units'](class_='input') }} - - - - - - - - + + {{ loop.index }} + {{ set['lbs'](class_='input') }} + {{ set['units'](class_='input') }} + + + + + + + + {% endfor %} -- cgit v1.2.3