diff --git a/templates/users.html b/templates/users.html index db8d768..9cd055a 100644 --- a/templates/users.html +++ b/templates/users.html @@ -8,15 +8,30 @@ {% for u in users %} - {{ - u.name }} + + +
+ + + + + +
+ {{ u.name }} +
+
+
+
{{ u.workouts_count }}
+ class="pr-2"> {% endfor %} - \ No newline at end of file + + +
+
+ + + +
+ \ No newline at end of file diff --git a/templates/users_and_workouts.html b/templates/users_and_workouts.html index a4dd444..3f4b6f7 100644 --- a/templates/users_and_workouts.html +++ b/templates/users_and_workouts.html @@ -14,19 +14,21 @@