django-registration
django-registration copied to clipboard
When resending activation e-mail, original language not used
This is probably because it can not be inferred from the request. Maybe language preference should be stored in the Registration Profile?
@abaart sounds reasonable. Would you like to open a PR?
Sure we can't pass this in from request.LANGUAGE_CODE ?