From 8528254fd91c0d389577b93ce6e80a8887accd5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Wed, 17 Jan 2024 12:11:01 +0100 Subject: [PATCH] [UPD] text when no document --- templates/operation_templates_page.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/operation_templates_page.xml b/templates/operation_templates_page.xml index dc78290..63dc872 100644 --- a/templates/operation_templates_page.xml +++ b/templates/operation_templates_page.xml @@ -90,9 +90,7 @@ </t> </div> <div t-else="" class="row"> - <p - style="padding-top: 10px;" - >Il n'y a actuellement aucun contrat sur cette opération.</p> + <p style="padding-top: 10px;">Aucun document trouvé.</p> </div> </div> </t> -- GitLab