From df2af81083955c840be030d505a097d76f5fcad3 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 2 Jul 2018 14:33:33 +0200 Subject: [PATCH] [Bugfix] One more fix for the babalex transition --- calsocial/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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