Fix header search pointing to wrong path
This commit is contained in:
parent
5fd6cf8827
commit
3ef92c9626
@ -9,7 +9,7 @@
|
|||||||
<div class='content-width bar-flex'>
|
<div class='content-width bar-flex'>
|
||||||
<h1>Project eCommerce</h1>
|
<h1>Project eCommerce</h1>
|
||||||
<button>Angebote</button>
|
<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..."/>
|
<input type="text" placeholder="Nach Produkten suchen..."/>
|
||||||
<button>Finden</button>
|
<button>Finden</button>
|
||||||
</form>
|
</form>
|
||||||
|
Reference in New Issue
Block a user