diff --git a/digiplan/map/hooks.py b/digiplan/map/hooks.py index 3115b4a7..ceb634f1 100644 --- a/digiplan/map/hooks.py +++ b/digiplan/map/hooks.py @@ -321,6 +321,7 @@ def adapt_renewable_capacities(scenario: str, data: dict, request: HttpRequest) # Remove unnecessary renewable sliders: del data["s_pv_ff_3"] del data["s_pv_ff_4"] + del data["s_pv_ff_5"] del data["s_pv_d_3"] return data