mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
Add content updates
This commit is contained in:
parent
961a289e66
commit
3cb341da59
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
instructions on how to set up an account.</li>
|
||||
<li>All domain managers must keep their contact information updated and be responsive if contacted by the .gov team.</li>
|
||||
<li>All domain managers will be notified when updates are made to this domain.</li>
|
||||
<li>Domains must have at least one domain manager. You can’t remove yourself as a domain manager if you’re the only one assigned to this domain. Add another domain manager before you remove yourself from this domain.</li>
|
||||
<li>Domains must have at least one domain manager. You can’t remove yourself as a domain manager if you’re the only one assigned to this domain.</li>
|
||||
</ul>
|
||||
|
||||
{% if domain.permissions %}
|
||||
|
|
|
@ -912,7 +912,7 @@ class DomainAddUserView(DomainFormBaseView):
|
|||
)
|
||||
messages.error(
|
||||
self.request,
|
||||
"That email is already a member of another .gov organization.",
|
||||
f"{requested_email} is already a member of another .gov organization.",
|
||||
)
|
||||
except Exception:
|
||||
logger.warn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue