summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-06 10:56:01 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-06 10:56:01 +0200
commit5e1f85be209193ff57180e42868b8bd0396f6dd6 (patch)
tree3c14014d4717be4757587f6f7422336b95317ba6
parentf13d42c0102b58f5d6404f5b274bc95337abb1ee (diff)
downloadauditor-5e1f85be209193ff57180e42868b8bd0396f6dd6.tar.gz
auditor-5e1f85be209193ff57180e42868b8bd0396f6dd6.tar.bz2
auditor-5e1f85be209193ff57180e42868b8bd0396f6dd6.zip
-enlarge qr code
-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>