From cc059a8cae9d2069c92d81c5146af4710b9fdef5 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Feb 2015 13:36:36 +0100 Subject: [PATCH] no country --- teleforma/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5