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

When resending activation e-mail, original language not used

Open abaart opened this issue 6 years ago • 2 comments

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

abaart avatar Mar 06 '19 10:03 abaart

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

joshblum avatar Apr 11 '19 01:04 joshblum

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

macropin avatar Dec 03 '19 01:12 macropin