Fix: wrong action url in vehicle create
This commit is contained in:
		@@ -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'] ?? '') ?>">
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user