Set bike per workout and more style changes

This commit is contained in:
Peter Stockings
2023-03-30 11:32:37 +11:00
parent 7c655e9a2c
commit 114b501adf
5 changed files with 76 additions and 43 deletions

View 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 %}