diff options
-rw-r--r-- | src/templates/weather.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/weather.html b/src/templates/weather.html index 64aabbd..a222ad8 100644 --- a/src/templates/weather.html +++ b/src/templates/weather.html | |||
@@ -27,7 +27,7 @@ | |||
27 | </div> | 27 | </div> |
28 | <div class=forecast-header> <h2 class=forecast-header>Hourly Forecast</h2> </div> | 28 | <div class=forecast-header> <h2 class=forecast-header>Hourly Forecast</h2> </div> |
29 | <div class=hourly> | 29 | <div class=hourly> |
30 | {% for i in range(hour, hour + 24) %} | 30 | {% for i in range(hour, hour + 48) %} |
31 | <div class=hourly-box> | 31 | <div class=hourly-box> |
32 | <div class=hourly-info> | 32 | <div class=hourly-info> |
33 | <div class=hourly-time><strong>{{ data["hourly"]["time"][i] }}</strong></div> | 33 | <div class=hourly-time><strong>{{ data["hourly"]["time"][i] }}</strong></div> |