Fix decimalSymbol for forcast

This commit is contained in:
Kristjan SCHMIDT
2021-04-11 22:25:15 +02:00
parent f8769fcc2a
commit 5c2a0e5634
2 changed files with 3 additions and 2 deletions

View File

@@ -14,10 +14,10 @@
{% endif %}
<td class="bright weather-icon"><span class="wi weathericon wi-{{ f.weatherType }}"></span></td>
<td class="align-right bright max-temp">
{{ f.maxTemperature | roundValue | unit("temperature") }}
{{ f.maxTemperature | roundValue | decimalSymbol | unit("temperature") }}
</td>
<td class="align-right min-temp">
{{ f.minTemperature | roundValue | unit("temperature") }}
{{ f.minTemperature | roundValue | decimalSymbol | unit("temperature") }}
</td>
{% if config.showPrecipitationAmount %}
<td class="align-right bright precipitation">