From 9818ba4677cc11609080599a632125151c2e963f Mon Sep 17 00:00:00 2001 From: benarc Date: Sat, 16 Apr 2022 10:50:12 +0100 Subject: [PATCH] removed qrcode library --- lnbits/extensions/withdraw/templates/withdraw/csv.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/lnbits/extensions/withdraw/templates/withdraw/csv.html b/lnbits/extensions/withdraw/templates/withdraw/csv.html index a8bb5394..d8f8c4d0 100644 --- a/lnbits/extensions/withdraw/templates/withdraw/csv.html +++ b/lnbits/extensions/withdraw/templates/withdraw/csv.html @@ -1,7 +1,5 @@ {% extends "print.html" %} {% block page %} {% for page in link %} {% for threes in page %} {% for one in threes %} {{one}}, {% endfor %} {% endfor %} {% endfor %} {% endblock %} {% block scripts %}