Tweak qr pos
authorChris Ellis <chris@intrbiz.com>
Sat, 6 Sep 2025 11:16:34 +0000 (12:16 +0100)
committerChris Ellis <chris@intrbiz.com>
Sat, 6 Sep 2025 11:16:34 +0000 (12:16 +0100)
templates/badge.json

index 32a681e06ca1231260cacf5f84ea214487556c07..4c1d6590da454ec1575e1fc5e4c37c70fe67ab5a 100644 (file)
@@ -60,7 +60,7 @@
        {###############}
 
        {% if reg.id != 0 %}
-       ,{"type": "qrimage", "fill": "red", "x": {{ badgex + 81 }}, "y": {{ badgey + 107 }}, "width": 18, "height": 18, "qrcontent": "{{ reg.fullpublictoken }}"}
+       ,{"type": "qrimage", "fill": "red", "x": {{ badgex + 83 }}, "y": {{ badgey + 107 }}, "width": 18, "height": 18, "qrcontent": "{{ reg.fullpublictoken }}"}
        {% endif %}
    ]
 }