Commit 93fb1a7f by Marina

mudei o cadastro

parent e9b2b819
{% extends 'base.html' %}
{% block content %}
<h2>Cadastrar Animal</h2>
<form method="POST">
<input type="text" name="nome" placeholder="Nome" required><br>
<input type="text" name="especie" placeholder="Espécie" required><br>
<input type="number" name="idade" placeholder="Idade"><br>
<input type="number" step="0.1" name="peso" placeholder="Peso"><br>
<button type="submit">Salvar</button>
</form>
{% endblock %}
\ 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