Fix: wrong action url in vehicle create
This commit is contained in:
parent
e13edeccfc
commit
15029970d6
@ -9,7 +9,7 @@
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<form method="POST" action="/vehicles/add">
|
||||
<form method="POST" action="/vehicles/create">
|
||||
<label for="name">Vehicle name</label>
|
||||
<input type="text" name="name" id="name" required value="<?= htmlspecialchars($_POST['name'] ?? '') ?>">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user