1
0
forked from orson/bachemap

fixed uuid/qr gen v3

This commit is contained in:
Orson 2024-09-06 13:20:26 -06:00
parent 0c9d6d094a
commit f31fcc9c4a

View File

@ -14,7 +14,7 @@
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
var qrcode = new QRCode(document.getElementById("qrgen"), { var qrcode = new QRCode(document.getElementById("qrgen"), {
text: "https://baches.qro.mx/registrame/{{current_user.referral_code}}", text: "https://baches.qro.mx/registrame/{{invite_code}}",
width: 128, width: 128,
height: 128, height: 128,
colorDark : "#000000", colorDark : "#000000",
@ -23,7 +23,7 @@
}); });
</script> </script>
<h3>Tu link es:</h3> <h3>Tu link es:</h3>
<h2>https://baches.qro.mx/registrame/{{current_user.referral_code}}</h2> <h2>https://baches.qro.mx/registrame/{{invite_code}}</h2>
{% if pins %} {% if pins %}
{% for pin in pins %} {% for pin in pins %}