From 8dc09313c48eeed46134836e11fa87d3caf9b001 Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Thu, 31 Oct 2024 11:33:35 +0000 Subject: [PATCH] PC-1415: add some bad formatting --- help_to_heat/frontdoor/views.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/help_to_heat/frontdoor/views.py b/help_to_heat/frontdoor/views.py index a9e14a59..8bb5fa05 100644 --- a/help_to_heat/frontdoor/views.py +++ b/help_to_heat/frontdoor/views.py @@ -867,6 +867,9 @@ def build_extra_context(self, request, session_id, page_name, data, is_change_pa current_month, next_month = utils.get_current_and_next_month_names(month_names) current_quarter_month, next_quarter_month = utils.get_current_and_next_quarter_month_names(month_names) + + + context = { "epc_rating": epc_band.upper() if epc_band else "", "gds_epc_date": gds_epc_date,