Browse Source

Remove org question as it doesn't apply to 1.0 (#437)

pull/436/head
baarkerlounger 3 years ago committed by GitHub
parent
commit
49f2fbf75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 34
      config/forms/2021_2022.json

34
config/forms/2021_2022.json

@ -9,40 +9,6 @@
"setup": {
"label": "Set up this lettings log",
"pages": {
"organisation_details": {
"header": "Organisation details",
"description": "",
"questions": {
"property_owner_organisation": {
"check_answer_label": "Owning organisation",
"header": "Which organisation owns this property?",
"hint_text": "",
"type": "radio",
"answer_options": {
"0": {
"value": "A"
},
"1": {
"value": "B"
}
}
},
"property_manager_organisation": {
"check_answer_label": "Managing organisation",
"header": "Which organisation manages this property?",
"hint_text": "",
"type": "radio",
"answer_options": {
"0": {
"value": "A"
},
"1": {
"value": "B"
}
}
}
}
},
"needs_type": {
"header": "",
"description": "",

Loading…
Cancel
Save