mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
revert apostrophe work
This commit is contained in:
parent
d64ebab978
commit
34914b4da4
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class PortfolioMemberDeleteView(PortfolioMemberPermission, View):
|
|||
if active_requests_count > 0:
|
||||
# If they have any in progress requests
|
||||
error_message = mark_safe( # nosec
|
||||
"This member can\u2019t be removed from the organization because they have an active domain request. "
|
||||
"This member can't be removed from the organization because they have an active domain request. "
|
||||
f"Please <a class='usa-link' href='{support_url}' target='_blank'>contact us</a> to remove this member."
|
||||
)
|
||||
elif member.is_only_admin_of_portfolio(portfolio_member_permission.portfolio):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue