mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-02 17:23:32 +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"]
|
||||
# look up a user with that email
|
||||
try:
|
||||
l# Will remove - to push to my sandbox
|
||||
requested_user = User.objects.get(email=requested_email)
|
||||
except User.DoesNotExist:
|
||||
# no matching user, go make an invitation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue