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:
interest
: Interest (IntegerField
)notes
: Organizational Notes (CharField
)