From e8d8a2dd7cc1117e18c352e922508e5ff3820d20 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Fri, 30 Aug 2019 22:23:16 +0200 Subject: [PATCH] Move table week day caption to heading. Advances #8. --- biscuit/apps/alsijil/templates/alsijil/group_week.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/apps/alsijil/templates/alsijil/group_week.html b/biscuit/apps/alsijil/templates/alsijil/group_week.html index f052b1ddc..4e9f476de 100644 --- a/biscuit/apps/alsijil/templates/alsijil/group_week.html +++ b/biscuit/apps/alsijil/templates/alsijil/group_week.html @@ -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> -- GitLab