X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/53585f7615b3a647d1badda1a2ebd7f5ec81f607..462ea03416bbf361a89185922e5314ae34b2b2c9:/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):