Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CRUD_Animais_da_Fazenda2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hiago Rafael
CRUD_Animais_da_Fazenda2
Commits
d99633e3
You need to sign in or sign up before continuing.
Commit
d99633e3
authored
May 07, 2026
by
Ian Gustavo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'main' of
http://gitlab.ariquemes.ifro.edu.br/2024105070069/CRUD_Animais_da_Fazenda2
parents
72fcc862
80a669e7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
models.cpython-314.pyc
__pycache__/models.cpython-314.pyc
+0
-0
fazenda.db
fazenda.db
+0
-0
cadastro.html
templates/cadastro.html
+1
-1
No files found.
__pycache__/models.cpython-314.pyc
View file @
d99633e3
No preview for this file type
fazenda.db
View file @
d99633e3
No preview for this file type
templates/cadastro.html
View file @
d99633e3
...
...
@@ -10,7 +10,7 @@
<
<
form
action=
"/adicionar"
method=
"POST"
>
<input
type=
"text"
name=
"nome"
placeholder=
"Nome"
required
><br><br>
<input
type=
"text"
name=
"
tipo
"
placeholder=
"Espécie/Tipo"
required
><br><br>
<input
type=
"text"
name=
"
especie
"
placeholder=
"Espécie/Tipo"
required
><br><br>
<input
type=
"number"
name=
"idade"
placeholder=
"Idade"
required
><br><br>
<input
type=
"number"
step=
"0.1"
name=
"peso"
placeholder=
"Peso (kg)"
required
><br><br>
<button
type=
"submit"
>
Salvar
</button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment