Skip to content

Commit 801eb28

Browse files
committed
Colocando comentario
1 parent d028aa3 commit 801eb28

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

Transporte.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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">

auto-complete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
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 %}

pacientes/templates/lista_pacientes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 %}

transportes/templates/editar_transporte.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

@@ -17,7 +17,7 @@
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>

0 commit comments

Comments
 (0)