add more stuff for badges
authorStephen Frost <sfrost@snowman.net>
Wed, 28 Aug 2019 17:16:29 +0000 (13:16 -0400)
committerStephen Frost <sfrost@snowman.net>
Wed, 28 Aug 2019 17:16:29 +0000 (13:16 -0400)
static/images/pgconfeu_badge.png [new file with mode: 0644]
templates/badge.json

diff --git a/static/images/pgconfeu_badge.png b/static/images/pgconfeu_badge.png
new file mode 100644 (file)
index 0000000..5857a35
Binary files /dev/null and b/static/images/pgconfeu_badge.png differ
index e232350be9b0222e1889bee10c644171127ee903..51a4bd9a1c24f22a8f0f9a248f6c4fa661442262 100644 (file)
@@ -12,7 +12,7 @@
        {"type": "box", "x": 4, "y": 90, "width": 95, "height": 10, "stroke": false, "fill": [{{reg.regtype.regclass.bgcolortuplestr}}]},
        {"type": "paragraph", "text": "{{reg.regtype.regclass.regclass}}", "x": 4, "y": 90, "width": 95, "height": 10, "color": [{{reg.regtype.regclass.fgcolortuplestr|default("0,0,0", true)}}], "align": "center"},
 
-        {"type": "image", "src": "img/pgconfeu_badge.png", "x": 4, "y": 103, "width": 22.7, "height": 30, "mask": "auto"},
+        {"type": "image", "src": "images/pgconfeu_badge.png", "x": 4, "y": 103, "width": 22.7, "height": 30, "mask": "auto"},
 
         {# access to which days#}
         {"type": "box", "x": 43, "y": 115, "width": 56, "height": 15, "stroke": true},