Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
305 B

class ContentController < ApplicationController
include ContentHelper
def accessibility_statement
render_content_page :accessibility_statement
end
def privacy_notice
render_content_page :privacy_notice, page_title: "Privacy notice for tenants and buyers of new social housing"
end
end