projects
/
pgdayuk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
350521c
)
Tweak qr pos
author
Chris Ellis
<chris@intrbiz.com>
Sat, 6 Sep 2025 11:16:34 +0000
(12:16 +0100)
committer
Chris Ellis
<chris@intrbiz.com>
Sat, 6 Sep 2025 11:16:34 +0000
(12:16 +0100)
templates/badge.json
patch
|
blob
|
blame
|
history
diff --git
a/templates/badge.json
b/templates/badge.json
index 32a681e06ca1231260cacf5f84ea214487556c07..4c1d6590da454ec1575e1fc5e4c37c70fe67ab5a 100644
(file)
--- a/
templates/badge.json
+++ b/
templates/badge.json
@@
-60,7
+60,7
@@
{###############}
{% if reg.id != 0 %}
- ,{"type": "qrimage", "fill": "red", "x": {{ badgex + 8
1
}}, "y": {{ badgey + 107 }}, "width": 18, "height": 18, "qrcontent": "{{ reg.fullpublictoken }}"}
+ ,{"type": "qrimage", "fill": "red", "x": {{ badgex + 8
3
}}, "y": {{ badgey + 107 }}, "width": 18, "height": 18, "qrcontent": "{{ reg.fullpublictoken }}"}
{% endif %}
]
}