X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/6af726be0c250408a62696db0dec7c08abe9769d..3d56f05c63349307e9b380dc57f36c6cb63fcc6f:/web/templates/seepark_web.html?ds=sidebyside diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index fb96583..a424547 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') }})

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

Source code