mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 13:36:30 +02:00
lint
This commit is contained in:
parent
d07872bfa1
commit
4e0416e514
1 changed files with 1 additions and 1 deletions
|
@ -2975,7 +2975,7 @@ class PortfolioAdmin(ListHeaderAdmin):
|
||||||
Will be used in the after_help_text block."""
|
Will be used in the after_help_text block."""
|
||||||
members = [user for user in obj.user.all() if "Admin" not in user.portfolio_role_summary]
|
members = [user for user in obj.user.all() if "Admin" not in user.portfolio_role_summary]
|
||||||
if not members:
|
if not members:
|
||||||
return ''
|
return ""
|
||||||
|
|
||||||
member_details = (
|
member_details = (
|
||||||
"<table><thead><tr><th>Name</th><th>Title</th><th>Email</th>"
|
"<table><thead><tr><th>Name</th><th>Title</th><th>Email</th>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue