Browse Source

Merge pull request #512 from communitiesuk/privacy-notices

Move link to privacy notice to declaration question
pull/515/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
000ce1754e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/views/form/guidance/_privacy_notice.erb
  2. 11
      config/forms/2021_2022.json

1
app/views/form/guidance/_privacy_notice.erb

@ -0,0 +1 @@
<p class="govuk-body">Make sure the tenant has seen <%= govuk_link_to "the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice", privacy_notice_path %> before completing this log.</p>

11
config/forms/2021_2022.json

@ -1114,7 +1114,6 @@
}, },
"household": { "household": {
"label": "About the household", "label": "About the household",
"description": "Make sure the tenant has seen <a class=\"govuk-link\" href=\"/privacy-notice\">the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice</a> before completing this section.",
"subsections": { "subsections": {
"household_characteristics": { "household_characteristics": {
"label": "Household characteristics", "label": "Household characteristics",
@ -1125,16 +1124,18 @@
], ],
"pages": { "pages": {
"declaration": { "declaration": {
"header": "", "header": "Department for Levelling Up, Housing & Communities privacy notice",
"description": "", "description": "",
"questions": { "questions": {
"declaration": { "declaration": {
"header": "",
"guidance_partial": "privacy_notice",
"check_answer_label": "Tenant has seen the privacy notice", "check_answer_label": "Tenant has seen the privacy notice",
"header": "Department for Levelling Up, Housing & Communities privacy notice ",
"hint_text": "Make sure the tenant has seen the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice before submitting this log",
"type": "checkbox", "type": "checkbox",
"answer_options": { "answer_options": {
"declaration": "The tenant has seen the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice" "declaration": {
"value": "The tenant has seen the DLUHC privacy notice"
}
} }
} }
} }

Loading…
Cancel
Save