From 4f4ca2483669e93b2ed679946afe2d6582cfa4d6 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Fri, 27 Aug 2021 09:53:25 +0200 Subject: [PATCH] Tab instead of space for indentation in report, temporarily. --- .../calculator/templates/base/calculator.report.html.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index c2d96f86..5bc62589 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -54,9 +54,9 @@
  • Room Volume: {{ model.concentration_model.room.volume }} m³

  • Room Central Heating: {{ "On" if form.room_heating_option else "Off" }}

  • Geographic Location: {{ form.location_name }}

  • - {% if form.ventilation_type == "natural_ventilation" %} -
  • Nearest weather station: {{ form.nearest_weather_station()[1].strip().title() }}

  • - {% endif %} + {% if form.ventilation_type == "natural_ventilation" %} +
  • Nearest weather station: {{ form.nearest_weather_station()[1].strip().title() }}

  • + {% endif %}

    Ventilation data: