File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66< head >
77 < meta charset ="UTF-8 ">
88 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
9- < title > Document </ title >
9+ < title > Documentos </ title >
1010 < style >
1111 html ,
1212 body {
Original file line number Diff line number Diff line change 1414 justify-content : center; /* centraliza horizontalmente */
1515 align-items : center; /* centraliza verticalmente */
1616
17- position : fixed ; /* fixa a logo na parte superior */
17+ position : fixa ; /* fixa a logo na parte superior */
1818 top : 1 ; /* alinha ao topo */
1919 left : 10 ; /* alinha à esquerda */
2020 right : 10 ; /* alinha à direita */
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ <h2>INFORMAÇÕES DOS ALUNOS</h2>
1919 < tr >
2020 < th > Alunos</ th >
2121 < th > Notas</ th >
22- < th class ="td-align-center "> Materias </ th >
22+ < th class ="td-align-center "> Matérias </ th >
2323 < th colspan ="5 "> </ th >
2424 </ tr >
2525 {% for transporte in transportes %}
2626 < tr >
2727 < td > {{ transporte.nome }}</ td >
28- < td > {{ transporte.data|date:"d/m/Y" }} - {{ transporte.horario }} hrs </ td >
28+ < td > {{ transporte.data|date:"d/m/Y" }} - {{ transporte.horario }} Nota </ td >
2929
3030 < td class ="td-align-center {{ transporte.status|set_status }} "> {{ transporte.status }}</ td >
3131
You can’t perform that action at this time.
0 commit comments