Private
Public Access
1
0

filtering speed/pace

This commit is contained in:
Sander Roosendaal
2020-06-07 09:51:25 +02:00
parent ea4ef1ff84
commit 1539c6e6d5
4 changed files with 10 additions and 2 deletions

View File

@@ -570,6 +570,7 @@ def can_change_session(user,session):
return False
@rules.predicate
def can_delete_session(user,session):
if user.is_anonymous: