django-registration
django-registration copied to clipboard
Add missing call to ugettext_lazy()
The RegistrationProfile model's __unicode__() was missing a call to ugettext_lazy() and was therefore not translatable.
+1