X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/5e537928c545acf84bedf2fda50609584caecb41..8f767296cf0be759c6cccaaf7da9fde3e1fd1f85:/web/templates/seepark_web.html
diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html
index ecf0444..3f29501 100644
--- a/web/templates/seepark_web.html
+++ b/web/templates/seepark_web.html
@@ -30,13 +30,13 @@
{% if airvalue is none %}
Luft: N/A
{% else %}
- Luft: {{ airvalue|round(1) }}°C
- ({{ airtime.strftime('%Y-%m-%d %H:%M') }})
+ Luft: {{ airvalue|round(1) }}°C
+ ({{ airtime.strftime('%Y-%m-%d %H:%M') }})
{% endif %}
- Wasser: {{ watervalue|round(1) }}°C
- ({{ watertime.strftime('%Y-%m-%d %H:%M') }})
+ Wasser: {{ watervalue|round(1) }}°C
+ ({{ watertime.strftime('%Y-%m-%d %H:%M') }})