X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/5cc02c4b65c4d6c060d6782e88db98c77b61f24c..3e3322506beb1dc6f1e4a2b5343c81fbf7e77a17:/cas_provider/forms.py diff --git a/cas_provider/forms.py b/cas_provider/forms.py index 8a8226b..80b8913 100644 --- a/cas_provider/forms.py +++ b/cas_provider/forms.py @@ -1,6 +1,4 @@ from django import forms -from django.contrib.auth.forms import AuthenticationForm -from django.contrib.auth import authenticate from django.utils.translation import ugettext_lazy as _ from utils import create_login_ticket