diff --git a/templates/partials/page/person.html b/templates/partials/page/person.html index 2f8f935..47c8ee2 100644 --- a/templates/partials/page/person.html +++ b/templates/partials/page/person.html @@ -104,15 +104,13 @@ {{ e['ExerciseName'] }} {% endfor %} - - {% for w in person['Workouts'] %} - + {{ strftime(w['StartDate'], "%b %d %Y") }} @@ -128,20 +126,6 @@ {% endif %} {% endfor %} - - - - Edit - - - - {% endfor %}