summaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index ec53d55..9fb91d1 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -187,6 +187,7 @@
var qr = new QRious({
element: document.getElementById('qr'),
value: '{{ conf['auditor_uri'] }}'
+ size: 512
});
</script>