X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/3c0da30b37d61aa8ebeb2672ef64b1ce68e97112..75499704a18a5b8aba398f070f21b596ac93db17:/web/templates/seepark_web.html
diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html
index 8868950..013c622 100644
--- a/web/templates/seepark_web.html
+++ b/web/templates/seepark_web.html
@@ -8,7 +8,6 @@
-
@@ -31,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') }})