forms.py

About this file

This file defines different form classes with their selection options/choices.
Class ActivateAgencyUserForm() helps in adding agency users with their name and email information.
Class SelectAgencyForm() helps in selecting agencies as choices. Super Users will always see every agency in the dropdown and Multi-Agency Admin Users will only see the agencies that they administer in the dropdown.

Code Check Report


No problems to report
                        

Documentation drawn from source code


ActivateAgencyUserForm(Form):

__init__(self, agency_ein):

SelectAgencyForm(Form):

__init__(self, agency_ein=None):

AddAgencyUserForm(Form):

__init__(self):

Source code