fix: Update to use my qr code generator
All checks were successful
Build Docker / Build Image (push) Successful in 1m20s
All checks were successful
Build Docker / Build Image (push) Successful in 1m20s
This commit is contained in:
parent
a7f49cc806
commit
6b3791f0a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
||||||
data/
|
data/
|
||||||
|
.venv/
|
@ -40,7 +40,7 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script></h3>
|
</script></h3>
|
||||||
<p>Or scan the QR to pay</p><img src="https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl={{address}}&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 class="text-center" style="margin-top: 25px;">{{redirect|safe}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user