Private
Public Access
1
0

further testing passing

This commit is contained in:
Sander Roosendaal
2020-01-15 21:36:27 +01:00
parent ec8a7cfdd1
commit 4ad334dce7
4 changed files with 8 additions and 4 deletions

View File

@@ -44,7 +44,8 @@ from rowers.rower_rules import (
can_view_target,can_change_target,can_delete_target,
can_view_plan,can_change_plan,can_delete_plan,
can_view_cycle,can_change_cycle,can_delete_cycle,
can_add_workout_member,can_plan_user,is_paid_coach
can_add_workout_member,can_plan_user,is_paid_coach,
can_start_trial, can_start_plantrial
)
from django.shortcuts import render