mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
Update src/registrar/views/domain.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
aa8a4a19fb
commit
a42ea0a191
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ class DomainFormBaseView(DomainBaseView, FormMixin):
|
|||
"user", flat=True
|
||||
)
|
||||
emails = list(User.objects.filter(pk__in=manager_pks).values_list("email", flat=True))
|
||||
logger.debug("attempting to send templated email to domain managers")
|
||||
try:
|
||||
send_templated_email(template, subject_template, context=context, cc_addresses=emails)
|
||||
except EmailSendingError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue