Make calendar month view default when viewing a persons workout and display workouts for month view (year view remaining)

This commit is contained in:
Peter Stockings
2022-12-03 16:57:35 +11:00
parent 3921b22ed3
commit aed610d8b6
4 changed files with 43 additions and 294 deletions

View File

@@ -4,6 +4,6 @@
{{ render_partial('partials/page/calendar.html',
person=person, selected_date=selected_date, selected_view=selected_view, next_date=next_date,
previous_date=previous_date) }}
previous_date=previous_date, start_date=start_date, end_date=end_date) }}
{% endblock %}