From ae8ed755c49f7624ae993c145abcd5465a39c251 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 30 Oct 2023 05:49:21 +0000 Subject: [PATCH] Move stock market info up the page --- templates/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/index.html b/templates/index.html index 9755093..c17bdfc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -55,10 +55,15 @@ unknown {% endif %} -
  • Sunrise: {{ sunrise.strftime("%H:%M:%S") }} / +
  • Bristol Sunrise: {{ sunrise.strftime("%H:%M:%S") }} / Sunset: {{ sunset.strftime("%H:%M:%S") }}
  • +

    Stock markets

    + {% for market in stock_markets %} +

    {{ market }}

    + {% endfor %} + {% for event in events %} @@ -84,11 +89,6 @@ {% endfor %}
    -

    Stock markets

    - {% for market in stock_markets %} -

    {{ market }}

    - {% endfor %} -

    Space launches

    {% for launch in rockets %}