diff weather_server/templates/location.html @ 2:cda47993a193

server: fix bugs and improve template.
author Paul Fisher <paul@pfish.zone>
date Sun, 29 Sep 2019 01:18:18 -0400
parents f66df122f18d
children d54155a199d8
line wrap: on
line diff
--- a/weather_server/templates/location.html	Sun Sep 29 00:52:13 2019 -0400
+++ b/weather_server/templates/location.html	Sun Sep 29 01:18:18 2019 -0400
@@ -6,7 +6,8 @@
     <body>
         {% if last_reading %}
             Temperature: {{ last_reading.temp_f }}<br>
-            Dew point: {{ last_reading.dew_point_f }}
+            Dew point: {{ last_reading.dew_point_f }}<br>
+            As of: {{ date }}
         {% else %}
             No weather yet
         {% endif %}