From 4b14772bc37d57482f9d1da6581329a8fbdc4cc7 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Wed, 4 May 2022 16:10:08 -0500 Subject: Add time units (seconds) to input placeholder, on record_select update no workouts message --- app/templates/workout/create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/templates/workout/create.html') diff --git a/app/templates/workout/create.html b/app/templates/workout/create.html index 1f6d136..628ef74 100644 --- a/app/templates/workout/create.html +++ b/app/templates/workout/create.html @@ -59,7 +59,7 @@ - {{ entry['units'](class_='input') }} + {{ entry['units'](class_='input', placeholder="Reps") }}

-- cgit v1.2.3