diff --git a/rowers/tests/testdata/testdata.tcx.gz b/rowers/tests/testdata/testdata.tcx.gz index 6f58751b..497cfbc9 100644 Binary files a/rowers/tests/testdata/testdata.tcx.gz and b/rowers/tests/testdata/testdata.tcx.gz differ diff --git a/rowers/views/statements.py b/rowers/views/statements.py index 46f316cf..3487f0d8 100644 --- a/rowers/views/statements.py +++ b/rowers/views/statements.py @@ -83,7 +83,7 @@ from rowers.rower_rules import ( can_start_trial, can_start_plantrial, can_start_coachtrial, can_plan, is_workout_team, is_promember,user_is_basic, is_coachtrial, is_coach, - workout_is_strava, is_workout_owner + workout_is_strava, is_workout_owner, can_add_session, ) from django.shortcuts import render