Try new style for table
This commit is contained in:
parent
5ef9c4f0f9
commit
464152de50
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue