From 157ddaa68fafb1f8e0bd0d8335517eb402c5988f Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sun, 19 Feb 2023 20:52:42 -0600 Subject: Add progress page, cleanup timer formatting --- app/templates/workout/record_select.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'app/templates/workout/record_select.html') diff --git a/app/templates/workout/record_select.html b/app/templates/workout/record_select.html index e6d88e6..2aaa3f0 100644 --- a/app/templates/workout/record_select.html +++ b/app/templates/workout/record_select.html @@ -13,14 +13,15 @@
Exercises: {% for exercise in workout.exercises %} -

{{ exercise.sets }} x {{ exercise.units }}{% if exercise.type =='time' %} seconds{% endif %} x {{ exercise.name }}

+

{{ exercise.sets }}{% if exercise.type != 'time' %} x {{ exercise.units }}{% endif %} x {{ + exercise.name }}

{% endfor %} - - - - - Start - + + + + + Start +
@@ -47,4 +48,4 @@ -{% endblock %} +{% endblock %} \ No newline at end of file -- cgit v1.2.3