Commit 0804039d by Hiago Rafael

atualizaçõa

parent 0d3aa3e7
......@@ -5,16 +5,3 @@
<button type="submit">Adicionar</button>
</form>
<h2>Lista de Animais</h2>
<ul>
{% for animal in animais %}
<li>
{{ animal.nome }} ({{ animal.tipo }}, {{ animal.idade }} anos)
<a href="/excluir/{{ loop.index0 }}">Excluir</a>
</li>
{% endfor %}
</ul>
</body>
</html>
\ No newline at end of file
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