]> git.parisson.com Git - teleforma.git/commitdiff
no country
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 9 Feb 2015 12:36:36 +0000 (13:36 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 9 Feb 2015 12:36:36 +0000 (13:36 +0100)
teleforma/forms.py

index 7ef56b28b7ccefdc0ce6119330d752218c6ed6a7..e5f5c085843310c9f4e1ba8d9ffbdb4a414d2ead 100644 (file)
@@ -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)