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