From 8b599172dd5843190d00d94c8799a249cd87b57e Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sun, 4 Dec 2022 21:11:13 +1100 Subject: [PATCH] Refresh workout list view on modal close and add create workout action button --- templates/partials/page/person.html | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/templates/partials/page/person.html b/templates/partials/page/person.html index 5a8f128..2f8f935 100644 --- a/templates/partials/page/person.html +++ b/templates/partials/page/person.html @@ -1,3 +1,7 @@ + +
@@ -7,10 +11,14 @@ List of workouts
- +
@@ -155,4 +163,13 @@ -{{ render_partial('partials/stats.html', stats=person['Stats']) }} \ No newline at end of file +{{ render_partial('partials/stats.html', stats=person['Stats']) }} + + \ No newline at end of file