Skip to content

Commit

Permalink
Fix search form action url.
Browse files Browse the repository at this point in the history
  • Loading branch information
pMononoke committed Sep 4, 2023
1 parent 6f3a9f3 commit 3dfdc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/Http/Web/Templates/packagist/_form.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<form id="searchForm" class="form form-inline" role="form" enctype="application/x-www-form-urlencoded" method="POST" action="/interface/modules/custom_modules/oe-module-marketplace">
<form id="searchForm" class="form form-inline" role="form" enctype="application/x-www-form-urlencoded" method="POST" action="/interface/modules/custom_modules/oe-module-marketplace/public">
<div class="row">
<div class="form-group">
<input class="form-control" type="text" value="{{ searchTerm }}" id="searchTerm" name="searchTerm">
Expand Down

0 comments on commit 3dfdc90

Please sign in to comment.