Remove code that was commented out.
This commit is contained in:
parent
83d3b835f4
commit
3eb5091fe2
|
@ -36,65 +36,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Today is {{now.strftime("%A, %-d %b %Y")}}</li>
|
<li>Today is {{now.strftime("%A, %-d %b %Y")}}</li>
|
||||||
<li>GBPUSD: {{"{:,.3f}".format(gbpusd)}}</li>
|
<li>GBPUSD: {{"{:,.3f}".format(gbpusd)}}</li>
|
||||||
|
|
||||||
{# <li>lock down:
|
|
||||||
{{"{:.1f}".format(lockdown_days)}} days
|
|
||||||
({{"{:.2f}".format(lockdown_days / 7)}} weeks) so far</li>
|
|
||||||
<li>The Economist: {{days(next_economist)}} (Thursday)</li>
|
|
||||||
|
|
||||||
<li>Mothers' day:
|
|
||||||
{{days(mothers_day)}}
|
|
||||||
{{mothers_day.strftime("%a, %d %b %Y")}}</li>
|
|
||||||
|
|
||||||
<li>Fathers' day:
|
|
||||||
{{days(fathers_day)}}
|
|
||||||
{{fathers_day.strftime("%a, %d %b %Y")}}</li>
|
|
||||||
|
|
||||||
<li>End of financial year:
|
|
||||||
{{days(uk_financial_year_end)}}
|
|
||||||
{{uk_financial_year_end.strftime("%a, %d %b %Y")}}</li>
|
|
||||||
|
|
||||||
<li>UK bank holiday:
|
|
||||||
{{days(bank_holiday["date"])}}
|
|
||||||
{{bank_holiday["date"].strftime("%a, %d %b")}}
|
|
||||||
{{bank_holiday["title"]}}</li>
|
|
||||||
|
|
||||||
<li>US holiday:
|
|
||||||
{{days(us_holiday["date"])}}
|
|
||||||
{{us_holiday["date"].strftime("%a, %d %b")}}
|
|
||||||
{{us_holiday["title"]}}</li>
|
|
||||||
|
|
||||||
<li>UK clock change:
|
|
||||||
{{days(uk_clock_change)}}
|
|
||||||
{{uk_clock_change.strftime("%a, %d, %b %Y")}}</li>
|
|
||||||
|
|
||||||
<li>US clock change:
|
|
||||||
{{days(us_clock_change)}}
|
|
||||||
{{us_clock_change.strftime("%a, %d, %b %Y")}}</li>
|
|
||||||
|
|
||||||
<li>general election:
|
|
||||||
{{days(next_uk_general_election)}}
|
|
||||||
{{next_uk_general_election.strftime("%a, %d %b %Y")}}</li>
|
|
||||||
|
|
||||||
<li>US pres. election:
|
|
||||||
{{days(next_us_presidential_election)}}
|
|
||||||
{{next_us_presidential_election.strftime("%a, %d %b %Y")}}</li>
|
|
||||||
|
|
||||||
<li>Christmas last posting 2nd class:
|
|
||||||
{{days(xmas_last_posting_dates["second"])}}
|
|
||||||
{{xmas_last_posting_dates["second"].strftime("%a, %d %b %Y")}}</li>
|
|
||||||
|
|
||||||
<li>Christmas last posting 1st class:
|
|
||||||
{{days(xmas_last_posting_dates["first"])}}
|
|
||||||
{{xmas_last_posting_dates["first"].strftime("%a, %d %b %Y")}}</li>
|
|
||||||
|
|
||||||
<li>Christmas day:
|
|
||||||
{{days(xmas_day)}}
|
|
||||||
{{xmas_day.strftime("%a, %d %b %Y")}}</li>
|
|
||||||
|
|
||||||
#}
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<table class="table table-hover w-auto">
|
<table class="table table-hover w-auto">
|
||||||
|
|
Loading…
Reference in a new issue