Skip to content
Snippets Groups Projects
Verified Commit e8d8a2dd authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Move table week day caption to heading. Advances #8.

parent a5044404
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@
</div>
<div class="card-body">
{% for weekday, periods in periods_by_day.items %}
<h3>{{ weekday }}</h3>
<table class="table table-striped table-bordered table-hover table-responsive-xl">
<caption>{{ weekday }}</caption>
<thead>
<tr>
<th>{% blocktrans %}Period{% endblocktrans %}</th>
......
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