4 changed files with 7 additions and 14 deletions
@ -1,13 +1,10 @@ |
|||||||
class Form::Sales::Pages::AboutPriceSocialHousing < ::Form::Page |
class Form::Sales::Pages::AboutPriceSharedOwnership < ::Form::Page |
||||||
def initialize(id, hsh, subsection) |
def initialize(id, hsh, subsection) |
||||||
super |
super |
||||||
@id = "about_price_social_housing" |
@id = "about_price_shared_ownership" |
||||||
@header = "About the price of the property" |
@header = "About the price of the property" |
||||||
@description = "" |
@description = "" |
||||||
@subsection = subsection |
@subsection = subsection |
||||||
@depends_on = [{ |
|
||||||
"soctenant" => 1, |
|
||||||
}] |
|
||||||
end |
end |
||||||
|
|
||||||
def questions |
def questions |
||||||
Loading…
Reference in new issue