django-registration icon indicating copy to clipboard operation
django-registration copied to clipboard

Add missing call to ugettext_lazy()

Open jnns opened this issue 13 years ago • 1 comments

The RegistrationProfile model's __unicode__() was missing a call to  ugettext_lazy() and was therefore not translatable.

jnns avatar Oct 11 '12 11:10 jnns

+1

camilonova avatar Jan 26 '13 20:01 camilonova