diff --git a/calsocial/forms.py b/calsocial/forms.py index eeeaaf2..1274948 100644 --- a/calsocial/forms.py +++ b/calsocial/forms.py @@ -1,4 +1,4 @@ -from flask_babel import lazy_gettext as _ +from flask_babelex import lazy_gettext as _ from flask_wtf import FlaskForm from wtforms import PasswordField, StringField, BooleanField from wtforms.ext.dateutil.fields import DateTimeField