File diff 4f0871b0322a → 630bf4086135
pinaxcon/registrasion/forms.py
Show inline comments
...
 
@@ -25,6 +25,7 @@ class ProfileForm(forms.ModelForm):
 
        exclude = [
 
            'attendee',
 
            'children',
 
            'lca_announce',
 
            'lca_chat',
 
            'future_conference',
 
        ]