diff --git a/api/views.py b/api/views.py index ff6514de92..1dd66ac0c1 100644 --- a/api/views.py +++ b/api/views.py @@ -18,6 +18,7 @@ from djangorestframework.mixins import ResponseMixin from djangorestframework.response import Response from auth.decorators import api_login_required +from auth.forms import AuthenticationForm from auth import login as auth_login from pysearpc import SearpcError