Changed create.blade.php

This commit is contained in:
frederikpyt 2020-06-17 09:08:26 +02:00
parent 7478766927
commit 99c2b16752
1 changed files with 1 additions and 1 deletions

View File

@ -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>