diff --git a/memberPlumbing/mw_models.py b/memberPlumbing/mw_models.py index 4d5cba9..9fd7630 100644 --- a/memberPlumbing/mw_models.py +++ b/memberPlumbing/mw_models.py @@ -169,6 +169,7 @@ class Member(BaseModel): self_certify_essential_business = BooleanField( column_name="selfCertifyEssentialBusiness" ) + accepted_covid19_policy = BooleanField(column_name="Accepted COVID-19 Policy") _csv_headers_override = { "Account ID": "uid", @@ -177,6 +178,7 @@ class Member(BaseModel): "I have read the Claremont MakerSpace Membership Agreement & Policies, and agree to all terms stated therein.": "policy_agreement", "Access Permitted Using Membership Level Schedule During COVID-19 Limited Operations": "normal_access_permitted_during_covid19_limited_operations", "I hereby certify that I am involved in Essential Business as defined by the State of New Hampshire and that I will follow the practices identified in the State of New Hampshire Exhibit C to Emergency Order #40 (Section E. Manufacturing).": "self_certify_essential_business", + "I have read, and agree to abide by the terms, conditions, policies and procedures contained in the Claremont MakerSpace COVID-19 Policies and Procedures.": "accepted_covid19_policy", } _date_fields = {