X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/3c0da30b37d61aa8ebeb2672ef64b1ce68e97112..95644459a62e2d9bc8219e714f24ce1307727a38:/web/templates/seepark_web.html
diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html
index 8868950..a424547 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') }})