|
@@ -1,6 +1,5 @@
|
|
from django.contrib import messages
|
|
from django.contrib import messages
|
|
from django.contrib.auth import get_user_model, update_session_auth_hash
|
|
from django.contrib.auth import get_user_model, update_session_auth_hash
|
|
-from django.db import transaction
|
|
|
|
from django.shortcuts import redirect
|
|
from django.shortcuts import redirect
|
|
from django.utils.translation import ugettext_lazy as _
|
|
from django.utils.translation import ugettext_lazy as _
|
|
|
|
|