Move stock market info up the page

This commit is contained in:
Edward Betts 2023-10-30 05:49:21 +00:00
parent 6ac998833c
commit ae8ed755c4

View file

@ -55,10 +55,15 @@
unknown
{% endif %}
</li>
<li>Sunrise: {{ sunrise.strftime("%H:%M:%S") }} /
<li>Bristol Sunrise: {{ sunrise.strftime("%H:%M:%S") }} /
Sunset: {{ sunset.strftime("%H:%M:%S") }}</li>
</ul>
<h3>Stock markets</h3>
{% for market in stock_markets %}
<p>{{ market }}</p>
{% endfor %}
<table class="table table-hover w-auto">
{% for event in events %}
<tr>
@ -84,11 +89,6 @@
{% endfor %}
</table>
<h3>Stock markets</h3>
{% for market in stock_markets %}
<p>{{ market }}</p>
{% endfor %}
<h3>Space launches</h3>
{% for launch in rockets %}
<div class="row">