lernanta icon indicating copy to clipboard operation
lernanta copied to clipboard

Change preflang field in RegisterForm to a ChoiceField

Open dirkcuys opened this issue 13 years ago • 0 comments

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

dirkcuys avatar Oct 26 '12 08:10 dirkcuys