mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
removed log
This commit is contained in:
parent
f0af949783
commit
f5e552f796
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ class UserProfileView(UserProfilePermissionView, FormMixin):
|
|||
if hasattr(self.user, "finished_setup") and not self.user.finished_setup:
|
||||
messages.error(self.request, "Before you can manage your domain, we need you to add contact information.")
|
||||
form.initial["redirect"] = form.data.get("redirect")
|
||||
logger.info(form.initial)
|
||||
return super().form_invalid(form)
|
||||
|
||||
def form_valid(self, form):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue