From eed3c8abd6356d0fde3a50eb542dd7ab2cd8b9bb Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:49:24 -0500 Subject: [PATCH] fix(print): ocultar sidebar y eliminar fondos de color al imprimir Co-Authored-By: Claude Sonnet 4.6 --- app/templates/base.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/templates/base.html b/app/templates/base.html index a10aa5d..b8b97a3 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -26,6 +26,23 @@ } + {% set embedded = request.query_params.get('embed') == '1' %}