Skip to content
Snippets Groups Projects
Commit 76348763 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix import order

parent 50612a44
No related branches found
No related tags found
1 merge request!986Resolve "Account adapter overwritten for invitations"
Pipeline #58067 failed
......@@ -36,7 +36,7 @@ from django.views.generic.list import ListView
import reversion
from allauth.account.utils import _has_verified_for_login, send_email_confirmation
from allauth.account.views import PasswordChangeView, SignupView, PasswordResetView
from allauth.account.views import PasswordChangeView, PasswordResetView, SignupView
from allauth.socialaccount.adapter import get_adapter
from allauth.socialaccount.models import SocialAccount
from celery_progress.views import get_progress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment