You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the password reset mail is sent in Dutch, even if I perform all actions on the English version of the website. Seems the selected language is not correctly stored/retrieved.
Furthermore, I believe the user language (in his/her profile) is not taken into account.
In the email user function, there should be something like:
with django.utils.translation.override(user.primary_language):
# render template strings
The text was updated successfully, but these errors were encountered:
I noticed the password reset mail is sent in Dutch, even if I perform all actions on the English version of the website. Seems the selected language is not correctly stored/retrieved.
Furthermore, I believe the user language (in his/her profile) is not taken into account.
In the email user function, there should be something like:
The text was updated successfully, but these errors were encountered: