Files @ 077beca34db5
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/registrasion/forms.py

Joshua Simmons
don't make the sidebar depend on the existence of a sponsor logo
import models

from django import forms

class ProfileForm(forms.ModelForm):
    ''' A form for requesting badge and profile information. '''

    class Meta:
        model = models.AttendeeProfile
        exclude = ['attendee']