Commit 7a875096 by Ned Batchelder Committed by GitHub

Merge pull request #16050 from edx/nedbat/fix-early-translation

Have to use ugettext_lazy for import-time translations
parents 9a2d2931 253c6fba
......@@ -2,7 +2,7 @@
Account constants
"""
from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy as _
# The minimum and maximum length for the name ("full name") account field
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment