From e6035b10ef2eda097d464a7ac9198381b93745a0 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 9 Mar 2022 14:45:35 +0000 Subject: [PATCH] Lead tenant must be at least 16 --- config/forms/2021_2022.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 0bdd96059..72bd85641 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -1188,7 +1188,7 @@ "header": "Age", "check_answer_label": "Lead tenant’s age", "type": "numeric", - "min": 0, + "min": 16, "max": 120, "step": 1, "width": 2,