mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-06-06 00:39:12 +02:00
Try new style for table
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Lunedì</th>
|
||||
<th>Martedì</th>
|
||||
<th>Mercoledì</th>
|
||||
<th>Giovedì</th>
|
||||
<th>Venerdì</th>
|
||||
<th>Sabato</th>
|
||||
<th scope="col">Lunedì</th>
|
||||
<th scope="col">Martedì</th>
|
||||
<th scope="col">Mercoledì</th>
|
||||
<th scope="col">Giovedì</th>
|
||||
<th scope="col">Venerdì</th>
|
||||
<th scope="col">Sabato</th>
|
||||
</tr>
|
||||
<tr>
|
||||
{% for i in data %}
|
||||
|
Reference in New Issue
Block a user