further testing passing
This commit is contained in:
@@ -438,7 +438,7 @@ def team_requestmembership_view(request,teamid,userid):
|
||||
r = getrequestrower(request,userid=userid)
|
||||
|
||||
#if t.manager.rower.rowerplan in ['plan','pro'] and r.rowerplan == 'basic':
|
||||
if not can_join_team(r.user,t)
|
||||
if not can_join_team(r.user,t):
|
||||
messages.error(request,
|
||||
"You have to be on a paid plan (Pro or higher) to join this team. As a basic user you can only join teams managed by users on the Coach plan.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user