X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/53585f7615b3a647d1badda1a2ebd7f5ec81f607..14190defb1cc8b35e4f47a7b3b64788754aa1097:/cas_provider/forms.py diff --git a/cas_provider/forms.py b/cas_provider/forms.py index 7f3d5b6..4a9a931 100644 --- a/cas_provider/forms.py +++ b/cas_provider/forms.py @@ -1,5 +1,5 @@ from django import forms -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ class LoginForm(forms.Form):