Make calendar month view default when viewing a persons workout and display workouts for month view (year view remaining)
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user