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
Change the preflang field in RegisterForm to use a ChoiceField rather than a CharField. Make sure to set the initial value to the current locale (eg. if the user is browsing /en/register/ the initial value should be english)
Change the preflang field in RegisterForm to use a ChoiceField rather than a CharField. Make sure to set the initial value to the current locale (eg. if the user is browsing /en/register/ the initial value should be english)
See https://github.com/p2pu/lernanta/blob/master/lernanta/apps/users/forms.py#L124
The text was updated successfully, but these errors were encountered: