Código completo para a equipe

parent 65c565fb
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<hr> <hr>
<h2>Lista de Moradores</h2> <h2>Lista de Animais</h2>
<table> <table>
<thead> <thead>
<tr> <tr>
...@@ -31,15 +31,15 @@ ...@@ -31,15 +31,15 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{% for animal in animais %}
<tr> <tr>
<td>{{ animal.id }}</td> <td> (animal id )</td>
<td>{{ animal.nome }}</td> <td> (animal nome)</td>
<td>{{ animal.especie }}</td> <td>(animal especie)</td>
<td>{{ animal.idade }} anos</td> <td> (animal idade)</td>
<td>{{ animal.peso }} kg</td> <td> (animal peso) kg</td>
</tr> </tr>
{% endfor %}
</tbody> </tbody>
</table> </table>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment