revert: use gettext

This commit is contained in:
Mojib Wali
2022-03-11 10:40:58 +01:00
committed by GitHub
parent 408bdc47b1
commit 3acbaf65ef

View File

@@ -10,7 +10,7 @@
from os.path import abspath, dirname, join
from flask_babelex import lazy_gettext as _
from flask_babelex import gettext as _
INVENIO_CONFIG_TUGRAZ_SHIBBOLETH = False
"""Set True if SAML is configured"""