AKScheduling.forms module

class AKScheduling.forms.AKInterestForm(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.utils.ErrorList'>, label_suffix=None, empty_permitted=False, instance=None, use_required_attribute=None, renderer=None)[source]

Bases: ModelForm

Form for quickly changing the interest count and notes of an AK

Form fields:

class AKScheduling.forms.AKAddSlotForm(event)[source]

Bases: Form

Form to create a new slot for an existing AK directly from scheduling view

Form fields:

__init__(event)[source]