formsΒΆ

Classes

AddressForm

Form for user address

ProfileEditForm

A form containing editable fields in the User model.

SortedTeacherMultipleChoiceField

A ModelMultipleChoiceField that returns a user's Last, First initial instead of their TJ username (which is the default string representation).

SortedUserChoiceField

A ModelChoiceField that returns a user's Last, First name instead of their TJ username (which is the default string representation).

SortedUserMultipleChoiceField

A ModelMultipleChoiceField that returns a user's Last, First name instead of their TJ username (which is the default string representation).

UserChoiceField

A ModelChoiceField that returns a user's full name instead of their TJ username (which is the default string representation).

UserMultipleChoiceField

A ModelMultipleChoiceField that returns a user's full name instead of their TJ username (which is the default string representation).