diff --git a/templates/users_and_workouts_wrapper.html b/templates/users_and_workouts_wrapper.html index 19af13c..fc3155c 100644 --- a/templates/users_and_workouts_wrapper.html +++ b/templates/users_and_workouts_wrapper.html @@ -2,12 +2,4 @@ {{ render_partial('workouts_list.html', user=u, workouts=u.workouts, bikes=bikes) }} {% endfor %} - - {{ render_partial('users.html', users=users, bikes=bikes) }} \ No newline at end of file diff --git a/templates/workouts_list.html b/templates/workouts_list.html index 6bae00f..4b371e1 100644 --- a/templates/workouts_list.html +++ b/templates/workouts_list.html @@ -48,7 +48,10 @@

-