Skip to content
Snippets Groups Projects
Commit f03e0a31 authored by BARBI HUGO's avatar BARBI HUGO
Browse files

larabirds_rendu_final

parent 6c6331e9
No related merge requests found
......@@ -24,7 +24,7 @@
</form>
<hr>
@endforeach
<p>
Go back to <a href="{{ route('account') }}">Home</a>.
</p>
......
......@@ -10,7 +10,7 @@
<label for="lieux_observ">Lieux de l'observation:</label><input type="text" id="lieux_observ" name="lieux_observ" required>
<label for="espece">Espèce</label><input type="text" id="espece" name="espece" required>
<label for="nom_science">Nom scientifique</label><input type="text" id="nom_science" name="nom_science" required>
<label for="desc">Description</label><input type="text" id="desc" name="desc" required>
<label for="desc">Description</label><input type="textarea" id="desc" name="desc" required>
<input type="submit" value="Ajouter l'oiseau">
</form>
<p>
......
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