From 97f8a4ab3822bede58a84113482211c4ec40243f Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Mon, 18 Dec 2023 08:30:38 +0000 Subject: [PATCH] fix: urls for includes on print.html (#2185) * fix the url for js libs * fix the url for css --------- Co-authored-by: Pavol Rusnak --- lnbits/templates/print.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lnbits/templates/print.html b/lnbits/templates/print.html index 8e8dc89d..dbed5740 100644 --- a/lnbits/templates/print.html +++ b/lnbits/templates/print.html @@ -3,7 +3,11 @@ {% for url in INCLUDED_CSS %} - + {% endfor %}