From 590b52cb31401553eec249cf88f8d198fea03c74 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Thu, 4 May 2023 16:21:18 +0100 Subject: [PATCH] Update print.html (#1678) * Update print.html Fix print.html not getting the JS libraries * Update print.html Add `INCLUDED_CSS` also --- lnbits/templates/print.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnbits/templates/print.html b/lnbits/templates/print.html index 0cfc6c64..8e8dc89d 100644 --- a/lnbits/templates/print.html +++ b/lnbits/templates/print.html @@ -2,7 +2,7 @@ - {% for url in VENDORED_CSS %} + {% for url in INCLUDED_CSS %} {% endfor %}