Fix header search pointing to wrong path

This commit is contained in:
CodeSteak 2020-01-12 16:02:40 +01:00
parent 5fd6cf8827
commit 3ef92c9626

View File

@ -9,7 +9,7 @@
<div class='content-width bar-flex'>
<h1>Project eCommerce</h1>
<button>Angebote</button>
<form class='spacer input-icon secondary' th:action="@{/login}" method="GET">
<form class='spacer input-icon secondary' th:action="@{/searchresults}" method="GET">
<input type="text" placeholder="Nach Produkten suchen..."/>
<button>Finden</button>
</form>