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