Commit 253c6fba by Ned Batchelder

Have to use ugettext_lazy for import-time translations

parent ab713181
......@@ -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