no rain level -> 0; round values
This commit is contained in:
@ -101,7 +101,7 @@
|
||||
</h2>
|
||||
{% if day.weather %}
|
||||
<div class="bg-gray-300 rounded text-center">
|
||||
Max temp: {{ day.weather.max_temp }}° • Windböe: {{ day.weather.wind_gust }} km/h • Regen: {{ day.weather.rain_mm }} mm
|
||||
Max temp: {{ day.weather.max_temp | round }}° • Windböe: {{ day.weather.wind_gust | round }} km/h • Regen: {{ day.weather.rain_mm | round }} mm
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if day.planned_events | length > 0 or day.trips | length > 0 %}
|
||||
|
Reference in New Issue
Block a user