mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Correction
This commit is contained in:
parent
96279729d0
commit
596f714428
1 changed files with 0 additions and 1 deletions
|
@ -372,7 +372,6 @@ class DomainAddUserView(DomainPermissionView, FormMixin):
|
||||||
requested_email = form.cleaned_data["email"]
|
requested_email = form.cleaned_data["email"]
|
||||||
# look up a user with that email
|
# look up a user with that email
|
||||||
try:
|
try:
|
||||||
l# Will remove - to push to my sandbox
|
|
||||||
requested_user = User.objects.get(email=requested_email)
|
requested_user = User.objects.get(email=requested_email)
|
||||||
except User.DoesNotExist:
|
except User.DoesNotExist:
|
||||||
# no matching user, go make an invitation
|
# no matching user, go make an invitation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue