summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-06 10:56:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-06 10:56:55 +0200
commit3e846f7f7a1194fd05cdca3c2b7a9233202a3ee2 (patch)
treee5f6cf5e53dd2b8cb4b4beccf6a35d47b6f4aa64
parent5e1f85be209193ff57180e42868b8bd0396f6dd6 (diff)
downloadauditor-master.tar.gz
auditor-master.tar.bz2
auditor-master.zip
-enlarge qr codeHEADmaster
-rw-r--r--template/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 9fb91d1..52985f9 100644
--- 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>