diff weather_server/templates/index.html @ 47:d200755e0930 v0.1.5

go back to fahrenheit
author Paul Fisher <paul@pfish.zone>
date Sat, 03 May 2025 20:12:28 -0400
parents 4af79d69b12e
children
line wrap: on
line diff
--- a/weather_server/templates/index.html	Tue Apr 01 16:31:00 2025 -0400
+++ b/weather_server/templates/index.html	Sat May 03 20:12:28 2025 -0400
@@ -21,8 +21,8 @@
                     <span>
                         {%- set reading = location.latest() -%}
                         {%- if reading -%}
-                            {{ reading.temp_k|int -}}
-                            &nbsp;K
+                            {{ reading.temp_f|int -}}
+                            &nbsp;°F
                         {%- else -%}
                             ???
                         {%- endif -%}