fix: Update to use my qr code generator
All checks were successful
Build Docker / Build Image (push) Successful in 1m20s

This commit is contained in:
Nathan Woodburn 2024-10-03 12:50:14 +10:00
parent a7f49cc806
commit 6b3791f0a2
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
__pycache__/
data/
.venv/

View File

@ -40,7 +40,7 @@
});
});
</script></h3>
<p>Or scan the QR to pay</p><img src="https://chart.googleapis.com/chart?chs=300x300&amp;cht=qr&amp;chl={{address}}&amp;choe=UTF-8">
<p>Or scan the QR to pay</p><img src="https://nathan.woodburn/qrcode/{{address}}"></div>
<div class="text-center" style="margin-top: 25px;">{{redirect|safe}}</div>
</div>
</div>