[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 committed by xdo
parent 3fcb7687dd
commit 396b4a7a45

View File

@ -51,7 +51,7 @@
<body> <body>
<header> <header>
<nav class="navbar navbar-expand-md bg-body-tertiary"> <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"> <b class="active_project">
<t t-out="project.name"/> <t t-out="project.name"/>
</b> </b>