Files @ 3f188729f9de
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/registrasion/forms.py - annotation

Christopher Neugebauer
Target the northbaypython branch of symposion for now
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']