Files @ 1bdb037f4740
Branch filter:

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

Brett Smith
Remove URLs and pages we know we don't need.

This includes some pages that need to be completely revised.
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']