From: Guillaume Pellerin Date: Mon, 9 Feb 2015 12:36:36 +0000 (+0100) Subject: no country X-Git-Tag: 1.1~286 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=cc059a8cae9d2069c92d81c5146af4710b9fdef5;p=teleforma.git no country --- diff --git a/teleforma/forms.py b/teleforma/forms.py index 7ef56b28..e5f5c085 100644 --- a/teleforma/forms.py +++ b/teleforma/forms.py @@ -28,7 +28,7 @@ class ProfileForm(ModelForm): class Meta: model = Profile exclude = ['user', 'wifi_login', 'wifi_pass', 'language', 'expiration_date', - 'init_password', ] + 'init_password', 'country' ] RegistrationForm.base_fields.update(ProfileForm.base_fields)