mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #483 from Hestia-Homes/funding-engine
solar pv recomendation description
This commit is contained in:
commit
4aae862253
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ class SolarPvRecommendations:
|
|||
scaffolding_options=self.scaffolding_options,
|
||||
n_floors=self.property.number_of_floors
|
||||
)
|
||||
description = f"solar_pv_product['description'] - {solar_pv_product['size']} kWp system"
|
||||
description = f"{solar_pv_product['description']} - {solar_pv_product['size']} kWp system"
|
||||
|
||||
if self.property.in_conservation_area:
|
||||
description += " Property is in a consevation area - please check with local planning authority."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue