File tree Expand file tree Collapse file tree 5 files changed +13
-16
lines changed
Expand file tree Collapse file tree 5 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 1010< body >
1111
1212 < fieldset >
13- < h2 > SOLICITAÇÃO DE TRANSPORTE SANITÁRIO </ h2 >
13+ < h2 > SOLICITAÇÃO DE IFNRMAÇÃO DO ALUNO </ h2 >
1414 < h3 > Complete o cadastro</ h3 >
1515 </ fieldset >
1616
@@ -19,24 +19,24 @@ <h3>Complete o cadastro</h3>
1919
2020 < p >
2121 < div >
22- < label for =""> < b > Data de transporte </ b > </ label >
22+ < label for =""> < b > Data Nascimento </ b > </ label >
2323 < input type ="date ">
2424 < label for =""> < b > Horário de atendimento no local</ b > </ label >
2525 < input type ="time ">
2626 < p >
2727 </ div >
2828
2929 < div >
30- < label for =""> < b > Motivo do transporte </ b > </ label > < br >
30+ < label for =""> < b > Condições do Aluno </ b > </ label > < br >
3131
3232 < label for =""> Outros</ label >
3333 < input type ="radio " name ="consulta ">
3434
3535 < label for =""> Consulta</ label >
3636 < input type ="radio ">
3737
38- < label for =""> Retorno</ label >
39- < input type ="radio ">
38+ <!-- < label for="">Retorno</label>
39+ <input type="radio"> -->
4040
4141 < Label > Quimioterapia</ Label >
4242 < input type ="radio ">
Original file line number Diff line number Diff line change 77< head >
88 < meta charset ="UTF-8 ">
99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
10- < title > Document </ title >
10+ < title > Documentos </ title >
1111</ head >
1212
1313< body >
Original file line number Diff line number Diff line change 1- {% extends "base.html" %}
2- {% block title %}
3- Lista Pacientes
4- {% endblock title %}
1+ {% extends "base.html" %} {% block title %} Lista de Alunos {% endblock title %}
52{% block content %}
63< form action ="" method ="get ">
7- < h1 > Lista de transportes </ h1 >
8- < a href ="{% url 'cadastra_consulta' %} "> Novo</ a >
4+ < h1 > Lista de Alunos </ h1 >
5+ < a href ="{% url 'cadastra_consulta' %} "> Novo</ a >
96</ form >
10- {% endblock content %}
7+ {% endblock content %}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h2>CADASTRO DOS ALUNOS</h2>
2626 < th > Nome</ th >
2727 < th > RA</ th >
2828 < th > Condições</ th >
29- < th > Transportes</ th >
29+ {% comment %} < th > Transportes</ th > {% endcomment %}
3030 < th colspan ="6 "> </ th >
3131 </ tr >
3232 {% for paciente in pacientes %}
Original file line number Diff line number Diff line change 44< link rel ="stylesheet " type ="text/css " href ="{% static 'css/transporte-form.css' %} ">
55{% endblock css %}
66{% block title %}
7- Cadastro Transporte
7+ CADASTRO ALUNOS
88{% endblock title %}
99{% block content %}
1010
1717 < div class ="row ">
1818 < div class ="col-5 ">
1919 < div >
20- < h2 > Editar Transporte </ h2 >
20+ < h2 > EDITAR INFORMAÇÕES DO ALUNO </ h2 >
2121 </ div >
2222 </ div >
2323 </ div >
You can’t perform that action at this time.
0 commit comments