Remove kpsul access when not adherent #811

Closed
jmalka wants to merge 2 commits from luj/adhesions into master
Showing only changes of commit eb70e8a273 - Show all commits

View file

@ -48,7 +48,8 @@ class AccountManager(models.Manager):
if result.cofprofile.is_cof:
return result
else:
return None
raise self.model.DoesNotExist