File diff ce367b5221c7 → 31c265a6b841
pinaxcon/registrasion/forms.py
Show inline comments
...
 
@@ -24,9 +24,8 @@ class ProfileForm(forms.ModelForm):
 
        model = models.AttendeeProfile
 
        exclude = [
 
            'attendee',
 
            'of_legal_age',
 
            'dietary_restrictions',
 
            'children',
 
            'lca_chat',
 
            'future_conference',
 
        ]
 
        widgets = {