From d893aabf91a76a5444aee60e5e947b66b262e4a2 Mon Sep 17 00:00:00 2001 From: James Turk Date: Mon, 6 Apr 2015 14:25:49 -0400 Subject: [PATCH] basic table added to day --- templates/lifting/day.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/templates/lifting/day.html b/templates/lifting/day.html index 6e45cf2..39fe683 100644 --- a/templates/lifting/day.html +++ b/templates/lifting/day.html @@ -9,4 +9,27 @@ +
+
+ + + + + + + + + + {% for set in sets %} + + + + + + {% endfor %} + +
ExerciseWeightReps
{{set.exercise}}{{set.weight_kg}} kg{{set.reps}}
+
+
+ {% endblock %}