From 5c359aac10662a529fad7d4af3d967eb108f535f Mon Sep 17 00:00:00 2001 From: gaazzopa Date: Fri, 27 Aug 2021 12:00:53 +0200 Subject: [PATCH] Non-static location in report note --- cara/apps/calculator/templates/base/calculator.report.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 5bc62589..39f69680 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -99,7 +99,7 @@ {% endif %}

-

When using the natural ventilation option, air flows are calculated using averaged hourly temperatures for the Geneva region, based on historical data for the month selected.

+

When using the natural ventilation option, air flows are calculated using averaged hourly temperatures for the region {{ form.location_name }}, based on historical data for the month selected.

{% else %} No

{% endif %}