mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
an error occured
This commit is contained in:
parent
914fbdc04b
commit
236aac02b0
1 changed files with 2 additions and 2 deletions
|
@ -854,8 +854,8 @@ class DomainAddUserView(DomainFormBaseView):
|
||||||
self.request,
|
self.request,
|
||||||
f"{email} has already been invited to this domain"
|
f"{email} has already been invited to this domain"
|
||||||
)
|
)
|
||||||
except DomainInvitation.DoesNotExist:
|
except Exception:
|
||||||
logger.info("Domain Invitation Does Not Exist")
|
logger.error("An error occured")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
send_templated_email(
|
send_templated_email(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue