commit 3e846f7f7a1194fd05cdca3c2b7a9233202a3ee2
parent 5e1f85be209193ff57180e42868b8bd0396f6dd6
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 6 Jun 2021 10:56:55 +0200
-enlarge qr code
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/template/index.html.j2 b/template/index.html.j2
@@ -186,7 +186,7 @@
<script>
var qr = new QRious({
element: document.getElementById('qr'),
- value: '{{ conf['auditor_uri'] }}'
+ value: '{{ conf['auditor_uri'] }}',
size: 512
});
</script>