Browse Source

Fixed tests

Rafał Pitoń 10 years ago
parent
commit
658473ad0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/users/permissions/warnings.py

+ 1 - 1
misago/users/permissions/warnings.py

@@ -39,7 +39,7 @@ def change_permissions_form(role):
     if isinstance(role, Role) and role.special_role != 'anonymous':
         return PermissionsForm
     else:
-        return Nonef
+        return None
 
 
 """