Forms

Audit Form

Candidate Form

class tally_ho.apps.tally.forms.candidate_form.CandidateForm(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.util.ErrorList'>, label_suffix=':', empty_permitted=False)[source]
base_fields = {'votes': <django.forms.fields.IntegerField object at 0x7f67b6d62610>}
media

Candidate Formset

class tally_ho.apps.tally.forms.candidate_formset.BaseCandidateFormSet(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.util.ErrorList'>)[source]
clean()[source]

Center Details Form

Clearance Form

Login Form

class tally_ho.apps.tally.forms.login_form.LoginForm(*args, **kwargs)[source]
base_fields = {'username': <django.forms.fields.CharField object at 0x7f67b6ca6550>, 'password': <django.forms.fields.CharField object at 0x7f67b6c9aa10>}
media

New Result Form

Pass to Quality Control Form

Password Change Form

class tally_ho.apps.tally.forms.password_change.PasswordChangeForm(user, *args, **kwargs)[source]
base_fields = {'old_password': <django.forms.fields.CharField object at 0x7f67b6be9250>, 'new_password1': <django.forms.fields.CharField object at 0x7f67b6bf51d0>, 'new_password2': <django.forms.fields.CharField object at 0x7f67b6bf5a10>}
media
save(commit=True)[source]

Save the new password and set user_profile reset_password to false.

Reconciliation Form

Remove Center Form

Remove Station Form