macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
974 stars 348 forks source link

When resending activation e-mail, original language not used #358

Open abaart opened 5 years ago

abaart commented 5 years ago

This is probably because it can not be inferred from the request. Maybe language preference should be stored in the Registration Profile?

joshblum commented 5 years ago

@abaart sounds reasonable. Would you like to open a PR?

macropin commented 4 years ago

Sure we can't pass this in from request.LANGUAGE_CODE ?