Private
Public Access
1
0

fixes to pass tests

This commit is contained in:
Sander Roosendaal
2020-01-13 16:42:02 +01:00
parent 8de759425d
commit 926ff6d5e5
4 changed files with 16 additions and 16 deletions

View File

@@ -79,7 +79,7 @@ def is_protrial(user):
ispromember = is_promember | is_protrial
@rules.predicate
def is_plan(user):
def is_plantrial(user):
try:
r = user.rower
except AttributeError: