Rename some templates and convert remaining js to hyperscript

This commit is contained in:
Peter Stockings
2023-10-20 20:04:07 +11:00
parent 996e47d2b4
commit dc13b05420
6 changed files with 17 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
{% for u in users %}
{{ render_partial('workouts_list.html', user=u, workouts=u.workouts, bikes=bikes) }}
{% endfor %}
{{ render_partial('users.html', users=users, bikes=bikes) }}