Tab instead of space for indentation in report, temporarily.
This commit is contained in:
parent
644c3dac48
commit
4f4ca24836
1 changed files with 3 additions and 3 deletions
|
|
@ -54,9 +54,9 @@
|
|||
<li><p class="data_text">Room Volume: {{ model.concentration_model.room.volume }} m³</p></li>
|
||||
<li><p class="data_text">Room Central Heating: {{ "On" if form.room_heating_option else "Off" }}</p></li>
|
||||
<li><p class="data_text">Geographic Location: {{ form.location_name }}</p></li>
|
||||
{% if form.ventilation_type == "natural_ventilation" %}
|
||||
<li><p class="data_text">Nearest weather station: {{ form.nearest_weather_station()[1].strip().title() }}</p></li>
|
||||
{% endif %}
|
||||
{% if form.ventilation_type == "natural_ventilation" %}
|
||||
<li><p class="data_text">Nearest weather station: {{ form.nearest_weather_station()[1].strip().title() }}</p></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
<p class="data_title">Ventilation data:</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue