From: gregor herrmann
Date: Wed, 5 Sep 2018 21:33:09 +0000 (+0200)
Subject: template: add spans with IDs fur current values
X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/866247a8ef351c97bf845799ef78f7eea25f9793?hp=282065a04f0b9762a1019376712fdfc4a7bc4acf
template: add spans with IDs fur current values
as a preparation for replacing them
---
diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html
index ecf0444..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') }})