Standardize accordion positioning for kebobs

This commit is contained in:
Rachid Mrad 2024-11-01 14:47:03 -04:00
parent e26565c947
commit 140524fa44
No known key found for this signature in database
3 changed files with 5 additions and 9 deletions

View file

@ -510,5 +510,4 @@ class User(AbstractUser):
return True # The user is the only admin
# If there are other admins or the user is not the only one
print(f"{self} is NOT the only admin for portfolio {portfolio}.")
return False