Changed create.blade.php
This commit is contained in:
parent
7478766927
commit
99c2b16752
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
@section("content")
|
@section("content")
|
||||||
<h1>Opret Bruger:</h1>
|
<h1>Opret Bruger:</h1>
|
||||||
<form method="post" action="">
|
<form method="post" action="/users">
|
||||||
<label for="name_first">Fornavn:</label>
|
<label for="name_first">Fornavn:</label>
|
||||||
<input type="text" name="name_first" id="name_first" required>
|
<input type="text" name="name_first" id="name_first" required>
|
||||||
<label for="name_last">Efternavn:</label>
|
<label for="name_last">Efternavn:</label>
|
||||||
|
|
Loading…
Reference in New Issue