X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/3c0da30b37d61aa8ebeb2672ef64b1ce68e97112..4d0eef893a499d6078a60b8b703cef05e95c1092:/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') }})

@@ -75,6 +74,11 @@ })(); + +
+ +
+

Source code