Skip to content
Snippets Groups Projects
Commit 8787f5ac authored by Yenthe V.G's avatar Yenthe V.G Committed by Jeremy Kersten
Browse files

[FIX] website: Redirect search to correct controller

This commit closes #20706 and closes #20074
parent 15b88ee1
Branches
Tags
No related merge requests found
......@@ -876,7 +876,7 @@ Sitemap: <t t-esc="url_root"/>sitemap.xml
<t t-call="website.layout">
<div id="wrap">
<div class="container" id="edit_website_pages">
<form class="mt8 pull-right" role="search" t-attf-action="/website/pages_management" method="get">
<form class="mt8 pull-right" role="search" t-attf-action="/website/pages" method="get">
<t t-call="website.website_search_box"/>
</form>
<div t-if="searchbar_sortings" class="dropdown pull-right mt8 mr8">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment