Skip to content
Snippets Groups Projects
Verified Commit dcd6788f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Show date of weekday in week overview

parent b48a2a05
No related branches found
No related tags found
1 merge request!48Review use of Materialize
......@@ -39,8 +39,9 @@
{% for weekday, periods in periods_by_day %}
<div class="card">
<div class="card-content">
{% weekday_to_date week periods.0.period.weekday as current_date %}
<span class="card-title">
{{ weekday }}
{{ weekday }}, {{ current_date }}
</span>
<table class="striped responsive-table datatable">
<thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment