Move stock market info up the page
This commit is contained in:
parent
6ac998833c
commit
ae8ed755c4
|
@ -55,10 +55,15 @@
|
||||||
unknown
|
unknown
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
<li>Sunrise: {{ sunrise.strftime("%H:%M:%S") }} /
|
<li>Bristol Sunrise: {{ sunrise.strftime("%H:%M:%S") }} /
|
||||||
Sunset: {{ sunset.strftime("%H:%M:%S") }}</li>
|
Sunset: {{ sunset.strftime("%H:%M:%S") }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h3>Stock markets</h3>
|
||||||
|
{% for market in stock_markets %}
|
||||||
|
<p>{{ market }}</p>
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
<table class="table table-hover w-auto">
|
<table class="table table-hover w-auto">
|
||||||
{% for event in events %}
|
{% for event in events %}
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -84,11 +89,6 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Stock markets</h3>
|
|
||||||
{% for market in stock_markets %}
|
|
||||||
<p>{{ market }}</p>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
<h3>Space launches</h3>
|
<h3>Space launches</h3>
|
||||||
{% for launch in rockets %}
|
{% for launch in rockets %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Reference in a new issue