[FIX] runbot: remove keepquery from navbar main

When doing a search on runbot, the main navbar item (for the current
project) keeps the search, making it less convenient to arrive back at
the homepage.
This commit is contained in:
William Braeckman 2025-03-12 13:19:04 +01:00
parent d8d9f411b1
commit bbf2653ab2

View File

@ -51,7 +51,7 @@
<body>
<header>
<nav class="navbar navbar-expand-md bg-body-tertiary">
<a t-if="project" t-att-href="qu(search=search)">
<a t-if="project" t-att-href="qu(search='')">
<b class="active_project">
<t t-out="project.name"/>
</b>