From fdd59c06fc4ab1d820903799d7b572e24ed60d41 Mon Sep 17 00:00:00 2001 From: MadeTech Dushan Date: Wed, 1 Dec 2021 11:32:01 +0000 Subject: [PATCH] Remove 2 questions in tenancy information section Deleted the letting type and letting provider questions, I'm surprised that doing so didn't break any tests. --- config/forms/2021_2022.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 8c70609fd..ab9bf89ab 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -1112,22 +1112,6 @@ "type": "text" } } - }, - "letting_provider": { - "header": "", - "description": "", - "questions": { - "landlord": { - "check_answer_label": "Provider", - "header": "Who is the letting provider?", - "hint_text": "", - "type": "radio", - "answer_options": { - "0": "This landlord", - "1": "Another registered provider - includes housing association or local authority" - } - } - } } } },