Set bike per workout and more style changes
This commit is contained in:
9
templates/users_and_workouts_wrapper.html
Normal file
9
templates/users_and_workouts_wrapper.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% for u in users %}
|
||||
{% with user=u, workouts=u.workouts, bikes=bikes %}
|
||||
{% include 'workouts_list.html' %}
|
||||
{% endwith %}
|
||||
{% endfor %}
|
||||
|
||||
{% with users=users, bikes=bikes %}
|
||||
{% include 'users.html' %}
|
||||
{% endwith %}
|
||||
Reference in New Issue
Block a user