Files @ 3103218fc6b4
Branch filter:

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

Brett Smith
about: Make previous change on *this* page, as requested.
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']